Join Slack
Powered by
Hi guys! I did not find a solution how to duplicat...
# exposed
l
Lbenyehu
03/16/2021, 2:45 PM
Hi guys! I did not find a solution how to duplicate an existing table to a new one include all the data like (postgres):
Copy code
CREATE TABLE new_table AS TABLE existing_table;
can someone know how to do it, or i should use a row sql query?
Open in Slack
Previous
Next