public interface WithAsStep
Select
Insert
Update
Delete
Merge
WITH
CommonTableExpression
Example: DSL.with("table", "col1", "col2") .as( select(one(), two()) ) .select() .from("table")
DSL.with("table", "col1", "col2") .as( select(one(), two()) ) .select() .from("table")
WithStep
as(Select<?> select)
@Support(value={DB2,FIREBIRD,HSQLDB,ORACLE,POSTGRES,SQLSERVER,SYBASE}) WithStep as(Select<?> select)
Copyright © 2015. All Rights Reserved.