在Oracle中使用 select * from table_a where column1 <>’’; 是查不出数据的…… 只能使用 select * from table_a where column1 is not null;