Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.12
-
None
Description
example:
1. (select 1)
2. (SELECT *,'buy' FROM order_coin WHERE buy_uid =803 and `coin_from` = 'cc' AND `coin_to` = 'usdt') UNION ALL (SELECT * ,'sale' FROM order_coin WHERE sale_uid = 803 and `coin_from` = 'cc' AND `coin_to` = 'usdt') ORDER BY created desc limit 0,30;
Attachments
Issue Links
- relates to
-
MXS-2065 Query could not be tokenized due to round bracket.
- Closed