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');