How do I validate if a table named mytb is empty? I would like to decalare the code as
Code:
if mytb.empty = true then
...
but this is not possible.