This content has been marked as final.
Show 1 reply
-
1. Re: Syntax for OPTIONS for Column
shawkins Apr 28, 2014 11:57 AM (in response to teiiduser)Columns also accept the options clause. "col1 varchar(20) not null options ..." The columns will default to updatable if the table is marked as updatable and they are selectable by default. See DDL Metadata - Teiid 8.8 (draft) - Project Documentation Editor