samrathMobius

Results 1 issues of samrathMobius

I tried creating the folder query and and file route.ts and pasted the code in route.ts SELECT invoices.amount, customers.name FROM invoices JOIN customers ON invoices.customer_id = customers.id WHERE invoices.amount =...