You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/10/27 09:24:03 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new issue #13314: support parse Function to a segment

tuichenchuxin opened a new issue #13314:
URL: https://github.com/apache/shardingsphere/issues/13314


   Currently, if we have this sql
   ```
   select date(creation_date) from t_order_item;
   ```
   When we parse this sql, we only get this statement infomation
   ![image](https://user-images.githubusercontent.com/86938616/139038036-7bafcc10-8dc5-4762-8699-83159d958d63.png)
   These are not enough. Refer to this #12973
   So, I want to parse function as segment.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tuichenchuxin closed issue #13314: support parse Function to a segment

Posted by GitBox <gi...@apache.org>.
tuichenchuxin closed issue #13314:
URL: https://github.com/apache/shardingsphere/issues/13314


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org