create table tq84_01773 (x varchar2(100)) as select * from dual;
create table tq84_01773 ( a -- Note the missing comma b, c ) as select 42, 'hello world', sysdate from dual;
Index