oracle中如何查询除了某一列其余的所有数据

更新时间:01-23 教程 由 或许 分享

oracle中如何查询除了某一列其余的所有数据?

select * from 表 where 字段 <> 值 或者 select * from 表 where 字段 not in (值) 希望能帮到您!

声明:关于《oracle中如何查询除了某一列其余的所有数据》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2295255.html