actiontech / dble

A High Scalability Middle-ware for MySQL Sharding
https://opensource.actionsky.com
GNU General Public License v2.0
1.09k stars 318 forks source link

expect return "syntax error" message when executing sql like 'select *,select ... from...' #738

Open yexiaoli88 opened 6 years ago

yexiaoli88 commented 6 years ago

* **expect result:**  
    error message return from step1 should like  the error message return from step 2
/label ~BUG
irene-coming commented 6 years ago

purpose: select *, (select 3) from a_test order by id;

yanhuqing666 commented 6 years ago

the same reason with #718