"A B (JIRA)" <[EMAIL PROTECTED]> writes: > Or as an alternate example, Derby currently supports the following: > > ij> create table st as select * from > table (syscs_diag.space_table('T1')) s with no data;
Is this form documented anywhere? I can see it in the grammar, but I can't find it anywhere in the docs. Omission? Thanks, Dag > > ij> insert into st select * from table (syscs_diag.space_table('T1')) s;