会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
首页
管理
2021年12月1日
查询oracle数据库语句
摘要: 1.根据一个字段返回符合条件的数据 select * from pub_dept a where instr(a.deptname,'技')>0 2.同时两个字段符合则返回该条数据 select * from pub_dept a where (a.deptcode,a.deptname)=(sel
阅读全文
posted @ 2021-12-01 09:29 超级驼鹿
阅读(91)
评论(0)
推荐(0)
编辑
/*