FirebirdSQL/firebird

Create Table As (Select...)

Closed this issue · 1 comments

I think it would be interesting and functional to say:
Create Table [TABLE NAME] as (select id, description from people), then firebird creates a new table with fields from the select result and the records from the select result

Duplicates #1181.