Re: New plan for supporting `DISTINCT` syntax

2018-12-26 Thread zhangli...@apache.org
Wonderful, test cases are good enough and the pull request have already merged. Maybe we can release distinct feature soon. -- Liang Zhang (John) Apache ShardingSphere & Dubbo juan pan 于2018年12月27日周四 上午11:01写道: > Hi, everybody > > Here is the progress of this plan, click PR >

New plan for supporting `DISTINCT` syntax

2018-12-24 Thread juan pan
Hi, all As a distributed database middleware, ShardingSphere is on the way to support all the SQL syntax as possible as we can. This current supporting detail of `DISTINCT` syntax is as follows, *Available SQL Of ShardingSphere* SELECT DISTINCT * FROM tbl_name WHERE col1 = ? SELECT DISTINCT