CREATE TABLE LIKE
Creates
sdt_prices_unique
table with exactly the same structure as
sdt_prices
table has
CREATE TABLE sdt_prices_unique LIKE sdt_prices
by Valeri Tandilashvili
3 years ago
MySQL
1
Pro tip: use ```triple backticks around text``` to write in code fences