Alan
Alan
Explore posts from servers
CDCloudflare Developers
Created by Alan on 3/14/2025 in #general-help
Unable to pay overdue balance, unable to change billing method, unable to upgrade
Hello! Our Super Administrator left the company, and we recently discovered that our account was downgraded to the Free Tier due to an overdue balance. Unfortunately, we can’t update the billing information to pay the bill because we no longer have access to the Super Administrator account. What should I do? I currently have Administrator access to the account.
14 replies
DTDrizzle Team
Created by Alan on 4/3/2024 in #help
How do I write a select with multiple subqueries?
Hey there, I'm trying to figure out how to write this postgres query using Drizzle:
select query_a.*, query_b.* from (select * from gpus) as query_a, (select * from products) as query_b;
select query_a.*, query_b.* from (select * from gpus) as query_a, (select * from products) as query_b;
3 replies