If the SQL like "SELECT COUNT() AS count FROM 7days_nomore_paid_users", the parse proces returns "syntax error", but it's ok as I add backquotes to the table name like "SELECT COUNT() AS count FROM `7days_nomore_paid_users`", so can you support to parse the table starts with numbers without backquotes?
If the SQL like "SELECT COUNT() AS count FROM 7days_nomore_paid_users", the parse proces returns "syntax error", but it's ok as I add backquotes to the table name like "SELECT COUNT() AS count FROM `7days_nomore_paid_users`", so can you support to parse the table starts with numbers without backquotes?