karimiumar/SimplyJdbc

Enhancement for AS keyword

Closed this issue · 0 comments

The AS keyword should be enhanced to support select operations as given:

AS (
  SELECT * FROM film WHERE length = 120
)