Greetings, I have a table in Teradata named DataLoad. It has two columns, LoadID and EmpAI I am trying to create a simple script that will check the table DataLoad and see if it has any rows inside it, If it does it does nothing, if there is no data in the table it drops it. Any suggestions on how to achieve this?
... View more