Posted in Query Swapping a Development Table with Production iwannabeasnowflake November 25, 2023 As a sysadmin, this query utilizes ALTER TABLE… SWAP WITH to promote our truck_dev table to truck and vice versa: USE ROLE sysadmin; ALTER TABLE frostbyte_tasty_bytes.raw_pos.truck_dev SWAP WITH frostbyte_tasty_bytes.raw_pos.truck;