SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Exception Datas
PDO Error Info| SQLSTATE | 42000 |
| Driver Error Code | 1064 |
| Driver Error Message | You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 |
Database Status| Error Code | 10501 |
| Error Message | SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 |
| Error SQL | SELECT `B`.* FROM `qb_qun_member` `A` LEFT JOIN `qb_qun_content1` `B` ON `A`.`aid`=`B`.`id` WHERE ( A.uid= ) |
Database Config| type | mysql |
| hostname | 127.0.0.1 |
| database | qun |
| hostport | 3306 |
| dsn |
|
| params | [] |
| charset | utf8 |
| prefix | qb_ |
| debug | true |
| deploy | 0 |
| rw_separate | false |
| master_num | 1 |
| slave_no |
|
| fields_strict | false |
| result_type | 2 |
| resultset_type | array |
| auto_timestamp | false |
| datetime_format | Y-m-d H:i:s |
| sql_explain | false |
| builder |
|
| query | \think\db\Query |
| break_reconnect | false |
Powered by qibosoft Code © 2003-2018
ThinkPHP V5.0.18