国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

【mysql】[error]group_concat造成的sql語法錯誤

littleGrow / 3595人閱讀

摘要:錯誤實例完整錯誤原因中多了一個逗號執行結構有大小限制,會根據大小進行截取參考手冊

sql錯誤實例
$sql_id = "select group_concat(`table_a_id`) from `table_b`";
$id_str = $db->execute($sql_id);

$sql = "select * from `table_a` where `id` in ( {$id_str} ) and `is_effect` = 1`";
$res = $db->execute($sql);

/*  
    error: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 ") and `is_effect` = 1"
*/
// 完整sql: select * from `table_a` where `id` in ( 1,2,3,4, ) and `is_effect` = 1`
錯誤原因

sql中多了一個逗號
group_concat 執行結構有大小限制,會根據byte大小進行截取

參考:mysql手冊-group_concat

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/30436.html

相關文章

發表評論

0條評論

littleGrow

|高級講師

TA的文章

閱讀更多
最新活動
閱讀需要支付1元查看
<