Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper SQL Query Statement
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Proper SQL Query Statement
Divers
Thread ID:
00620242
Message ID:
00620242
Vues:
35
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform