oracle查找字段中有’的‘的
select * from book where instr(name,'的')>0 or instr(author,'的')>0;
sql 查询id为1或2或3的值 sql语句怎么写?
select * from Table where xx in ('1','2','3');
oracle查找字段中有’的‘的
select * from book where instr(name,'的')>0 or instr(author,'的')>0;
sql 查询id为1或2或3的值 sql语句怎么写?
select * from Table where xx in ('1','2','3');
4582
2529
1万+

被折叠的 条评论
为什么被折叠?