wang shuming Mon, 01 Mar 2010 18:59:21 -0800
Hi, Any table with a ordno char(n) not null field
for example ordno qty 35 0 1 'abc' 3 '000' 100 select * from table1 where ordno>' ' or ordno=' ' > 3 rows select * from table1 where ordno>=' ' > 0 rows best regard! Shuming Wang