where tab.a = tab_b.a and tab.b = tab_b.b
$faxx=$_POST['fax'] as int$telenum=$_POST['telenum'] as int
修改成这样试试:
$faxx=(int)$_POST['fax'])
$telenum=(int)$_POST['telenum']
可以这样写SQL:update tableName set colName='' where colName is null
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)