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 2022/10/28 07:50:23 UTC

[GitHub] [shardingsphere] 794086163 commented on issue #21823: SQL query result does not use alias error:Can not get index from column label

794086163 commented on issue #21823:
URL: https://github.com/apache/shardingsphere/issues/21823#issuecomment-1294623027

   SQL:
   select split_part("t1".grid_name,'-',1)
           from ${tableName} AS "t1"
           where
           <include refid="GET_GRID_PARAM_WHERE"></include>
           AND "t1".${fieldNameTv} is not null
           AND "t1".grid_name is not NULL
           group by "split_part"("t1".grid_name,'-',1)


-- 
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