You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move table from one database to another in the same cluster
"CREATE TABLE IF NOT EXISTS toDatabase.table LIKE fromDatabase.table""RENAME TABLE fromDatabase.table TO fromDatabase.table_new, toDatabase.table TO fromDatabase.table, fromDatabase.table_new TO toDatabase.table"