update delete
This commit is contained in:
6
select into.sql
Normal file
6
select into.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
USE Study
|
||||
GO
|
||||
|
||||
SELECT DNO, DNAME INTO DEPTEST
|
||||
FROM DEPARTMENT
|
||||
WHERE DNO = 30
|
Reference in New Issue
Block a user