A
aa
I have a table "Invoices" containing, among other things, the date of the
invoice, as type Date
I have another table "Customers" containing, among other things, the credit
terms for each customer (like 30 days, 60 days etc) as type Integer.
How do I build a query to show the invoice payment due date, i.e. how do I
add an integer to Date the get Date?
invoice, as type Date
I have another table "Customers" containing, among other things, the credit
terms for each customer (like 30 days, 60 days etc) as type Integer.
How do I build a query to show the invoice payment due date, i.e. how do I
add an integer to Date the get Date?