This SQL query selects the document number, product code, package code, minimum unit price, and count of records from a table where the document group number is 0, groups the results by document number, product code, and package code, and only returns groups that have a count of more than 1 record.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
42 views
Duplicate Invoices
This SQL query selects the document number, product code, package code, minimum unit price, and count of records from a table where the document group number is 0, groups the results by document number, product code, and package code, and only returns groups that have a count of more than 1 record.