Skip to content
Discussion options

You must be logged in to vote

Select is implemented by Values and PlainSelect.
You can test this online easily:

  1. Values
SQL Text
 └─Statements: statement.insert.Insert
    ├─Table: test
    └─select: statement.select.Values
       └─ParenthesedExpressionList: (1, 2, 3)
  1. PlainSelect
SQL Text
 └─Statements: statement.insert.Insert
    ├─Table: test
    └─select: statement.select.PlainSelect
       └─selectItems: statement.select.SelectItem
          └─LongValue: 1

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@orangefly20
Comment options

Answer selected by orangefly20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants