Help for this page

Select Code to Download


  1. or download this
    table_and_column:
        ident '.' ident
      | ident
    ;
    
  2. or download this
    statement:
        stmt_type from_into table_and_column set table_and_column where
      | stmt_type from_into table_and_column
    ...
    ;