Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
Thanks for helping me. It will be helpful to me.
Maheshwar
November 8, 2002 at 8:06 am
#440845
Select cut_table.Cut from cut_table, Batch_Table where batch_table.batch=cut_table.batch and batch_table.value = 1
November 6, 2002 at 9:51 am
#440494
Can you try like this
Select * from <table Name> where col1+col2+col3... is not null
November 1, 2002 at 12:51 am
#440018