oracle
select * from WBHC_CHELIANGKU_LINK where instr(CHEPAI,’京’)=0;
instr(字段,检索字符) 判断条件
instr(‘abc’,’a’) = 1
instr(‘abc’,’d’) = 0
mysql
SELECT * FROM `analysis_jing_vehicle_all_datasource` where find_in_set(‘字符’, chepaihao);
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/204838.html原文链接:https://javaforall.net
