["42000",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 '() LIMIT 3' at line 1"]
SELECT t_original_id, original_type, title, subtitle, author, introduction1, introduction2 FROM t_original WHERE open_flg = :open_flg AND open_dt <= :open_dt AND close_dt > :close_dt AND t_original_id != :t_original_id AND original_type IN (2,7,14,15,21) ORDER BY RANDOM() LIMIT 3
{"t_original_id":[null,"null"],"open_flg":[1,"int"],"open_dt":["2025-04-05 04:04:25","str"],"close_dt":["2025-04-05 04:04:25","str"]}