Skip to content

What is a good way to specify string column and table names? #185

Answered by go-jet
cemremengu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cemremengu,

You can specify single column, the same way as the list of columns:

SELECT(
    Node.AllColumns,
    Node.SingleColumn,
).FROM(
    Node,
)

Check the wiki.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cemremengu
Comment options

@go-jet
Comment options

@go-jet
Comment options

Answer selected by cemremengu
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