Skip lines of script if the table is empty.
I am quering a database that currently does not yet have the information that I am quering but will in the near future. So right now I get an empty table. I would like to add the functionality to skip certain lines in my code that pertain to the empty table and move on with the remaining part of my code that deals with other data sources. Can someone give me a way to check if the table is empty...