You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mssql_Study/table structure copy (selec...

7 lines
112 B

USE Study
GO
-- 테이블 구조만 복사
SELECT * INTO DEPT_COPY
FROM DEPARTMENT
WHERE 1 > 2 -- 항상 거짓이 되는 조건