`

SQL语句

 
阅读更多

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics