[0] Mysql.php 라인 145의 예외
不支持的数据表达式:姓name
$table = is_array($table) ? array_shift($table) : $테이블;
}
if (isset($alias[$table])) {
$table = $alias[$table];
}
}
if ($strict && !preg_match('/^[w.*]+$/', $key)) {
새로운 예외를 발생시킵니다('데이터를 지원하지 않습니다:' . $key);
}
if ('*' != $key && ($strict || !preg_match('/[,'"*()`.s]/', $key))) {
$키 = '`' . $키 . '``';
}
if (isset($table)) {
if (strpos($table, '.')) {
$table = str_replace('.', '`.`', $table);