justbk2015 commented on issue #11025:
URL: 
https://github.com/apache/shardingsphere/issues/11025#issuecomment-870377649


   @strongduanmu this sql language come from sharding-doc:
   
https://shardingsphere.apache.org/document/current/cn/features/sharding/use-norms/sql/
   
   SELECT select_expr [, select_expr ...] FROM table_reference [, 
table_reference ...]
   [WHERE predicates]
   [GROUP BY {col_name | position} [ASC | DESC], ...]
   [ORDER BY {col_name | position} [ASC | DESC], ...]
   [LIMIT {[offset,] row_count | row_count OFFSET offset}]
   pg and og also support this sql on normal table, but error on sharding table!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to