Chung WONG
10/03/2025, 1:18 AMSELECT * FROM `table` ORDER BY `name` ASC LIMIT ? OFFSET ?
What is the reason why it is not supported?
1064 (HY000): Getting syntax error. Detail message: using parameter(?) as limit or offset not supported.Robert Raharjo
10/06/2025, 10:11 PM