T
tom
I have an invoice table. The invoice table is associated with the bills
table by a text column in each. The bills table is linked to a suppliers
table.
I want to print all the invoices that have a certain
text pattern. Some bills are associated with these
invoices and some are not. A subset of these associated
bills are from a certain supplier.
I want to print all the invoices that have a certain
text pattern, and also the associated
bills from a certain supplier using one query.
table by a text column in each. The bills table is linked to a suppliers
table.
I want to print all the invoices that have a certain
text pattern. Some bills are associated with these
invoices and some are not. A subset of these associated
bills are from a certain supplier.
I want to print all the invoices that have a certain
text pattern, and also the associated
bills from a certain supplier using one query.