• Gordon Barclay - Friday, July 20, 2018 7:52 AM

    That's really going to help isn't it!

    Well, he should have also said that we need DDL (CREATE TABLE statement) for the table(s) involved, sample data (as INSERT INTO statements) for the table(s) involved that is representative of the problem domain (in other words, not production data), and finally the expected results based on the provided sample data.  All of the SQL code provided should also be tested in an empty sandbox database to ensure all works prior to posting.