查找某个table中是否含有关键字的字段
比如,查看system表中是否由ota_auto_update
语句如下 : select * from system where name like "%ota%"
查找关键字可以根据经验来进行选择,比如上个就可以用ota,update和auto三个关键字
查找某个table中是否含有关键字的字段
比如,查看system表中是否由ota_auto_update
语句如下 : select * from system where name like "%ota%"
查找关键字可以根据经验来进行选择,比如上个就可以用ota,update和auto三个关键字