Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper SQL Query Statement
Message
From
14/02/2002 14:13:46
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Proper SQL Query Statement
Miscellaneous
Thread ID:
00620242
Message ID:
00620242
Views:
40
If I have 3 tables Invoice, InvoiceLineItems, InvoicePayments (pretty self-explanatory what each tables are for) and have to write a query to:

Return all invoices (every column) that have at least 3 InvoiceLineItems and doesn't have any matching records in InvoicePayments (no payments applied yet), how would I do this?

I've tried different variations of statements which none seems to work unless I type in every field in the Invoice table and use GROUP BY on same fields, I get "...because it is not contained in either an aggregate function or the GROUP BY clause" error. TIA.
It's "my" world. You're just living in it.
Next
Reply
Map
View

Click here to load this message in the networking platform