I have a q table in which the number of rows can vary. I want to delete the last row everytime. Is there an easy way to do it. Right now i am using
select from testfile where i < (select count i from testfile)
which is not working, q is not able to compare with select count i from testfile
Cheers
dinesh