I get this when validating the syntax, please help: ust a heads-up... (Line 3, Col 1) Use specific column names in your SELECT statement. (Line 1, Col 8) Use specific column names in your SELECT statement.
Very true Moses, DISTINCT is a good solution for basic duplication removal, however it is less viable when trying to remove more complicated duplicates. I should have added a "CreatedDate" to my example to show how to dedupe based on Creation Date.
Great video Cameron! Clear and concise, easy to follow and practical too :)
omg, thank you for this channel! i'm so happy to have found you. thank you for making life so much easier
Thank you so much man!
Thank you so much! 🙏😊
I get this when validating the syntax, please help:
ust a heads-up...
(Line 3, Col 1) Use specific column names in your SELECT statement.
(Line 1, Col 8) Use specific column names in your SELECT statement.
Thanks for your this video 🙂,
Could you please explain about 'add to campaign'?
How about using this code?:
SELECT DISTINCT * FROM CustomersImport;
Very true Moses, DISTINCT is a good solution for basic duplication removal, however it is less viable when trying to remove more complicated duplicates. I should have added a "CreatedDate" to my example to show how to dedupe based on Creation Date.