Contributor

Results 1 comments of Contributor

> 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...