You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Srikanth Rayaprolu (JIRA)" <ji...@apache.org> on 2018/08/01 13:37:00 UTC

[jira] [Commented] (CALCITE-1135) Add some SQL parse example

    [ https://issues.apache.org/jira/browse/CALCITE-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565333#comment-16565333 ] 

Srikanth Rayaprolu commented on CALCITE-1135:
---------------------------------------------

Hi ,

 

I am trying to see for some examples to parse a simple select statement where conditions into different java variables.

Ex:- 

Select * from person where personnum=1234  and job code ='UK'

I want the personnum and jobcode to store in variables in java, I believe it is possible but not sure how to do it.

 

Can somebody send me an example or two?

 

Thanks,

Sri.

> Add some SQL parse example
> --------------------------
>
>                 Key: CALCITE-1135
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1135
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.7.0, 1.6.0
>            Reporter: darion yaphet
>            Assignee: Julian Hyde
>            Priority: Major
>
> I'm using calcite parse SQL into tokens and I couldn't a complete example to learning it operation flow and structure . It's really very important for beginner . 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)