mysql在指定字符串中找字段(反查)

寻技术 Mysql / R语言 2023年07月08日 189
//在字符串中反查xingming字段中的姓名包含在指定字符串$nicheng_chuli_val的方法
$nicheng_chuli_val="九品源码-北京百度-15900001111"
$sql_search="select xingming from xy_tk_xueyuan where bianma_dw='".$vv_bianma_dw."' and '".$nicheng_chuli_val."' REGEXP xingming ";
$result=$mysqli->query($sql_search);
if (!$rs=$result->fetch_assoc()){
    $echo_nc.=$nicheng_chuli_val."<br>";//没找到就记一下
}


关闭

用微信“扫一扫”