Is there any single command to know that the table is empty i.e. having no records
I want to use it in if command as
if <table is empty>
do something
do something
endif
Is it possible? I don't to do it like this
sele xyz
go top
if !eof()
do something
do something
endif
Thanks and Regards
I want to use it in if command as
if <table is empty>
do something
do something
endif
Is it possible? I don't to do it like this
sele xyz
go top
if !eof()
do something
do something
endif
Thanks and Regards