querybuilder
querybuilder copied to clipboard
SELECT INTO Statement
Requesting support for SELECT INTO Statement. https://www.w3schools.com/sql/sql_select_into.asp
Thanks
Hello sir! I am working on developing the ddl queries like create table in our plan we want to add select into cluase
you can use create table as in this commit instead of select into query use the create table as. #680