Skip to content

Add support for some more SQL constructs#4

Closed
davidcrawford wants to merge 1 commit intoforward:masterfrom
davidcrawford:support-more-aliases-operators-subselect-expressions
Closed

Add support for some more SQL constructs#4
davidcrawford wants to merge 1 commit intoforward:masterfrom
davidcrawford:support-more-aliases-operators-subselect-expressions

Conversation

@davidcrawford
Copy link
Copy Markdown
Contributor

  • Allow table aliases (both "table t" and "table as t")
  • Allow NOT IN, ANY, ALL, SOME, and EXISTS on subqueries
  • Allow count(DISTINCT a, b, c)
  • Allow <=, >=, <>, and != as operators

…N, ANY, ALL, SOME, EXISTS. Allow COUNT(DISTINCT columns). Allow <=, >=, <>, !=.
@volkanunsal
Copy link
Copy Markdown

Yeah, this looks like a pull request to me too @andykent

@andykent
Copy link
Copy Markdown
Contributor

merged as part of #8

@andykent andykent closed this Mar 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants