Hello
I have one doubt. In Drill we can create table using CTAS Command.
Like :- CREATE TABLE new_table_name AS <query>;As Mention in official site:- http://drill.apache.org/docs/create-table-as-ctas-command/ My query is:- Is it possible to update or insert data in CTAS Created Table? -- Thanks & Regards. Sanjiv Kumar.
