[0] Mysql.php第145行异常
不支持的数据表达式:姓名
$表 = is_array($表) ? array_shift($table) : $table;
}
if (isset($alias[$table])) {
$表= $别名[$表];
}
}
if ($strict && !preg_match('/^[\w\.\*]+$/', $key)) {
throw new Exception('不支持数据:' . $key);
}
if ('*' != $key && ($strict || !preg_match('/[,\'\"\*\(\)`.\s]/', $key))) {
$key = '`' 。 $键。 '``';
}
如果(isset($表)){
if (strpos($table, '.')) {
$table = str_replace('.', '`.`', $table);