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/insert.sql

11 lines
232 B

3 years ago
USE Study
GO
INSERT INTO EMPTEST
VALUES (50, 'ȫ<EFBFBD>浿', 'staff', NULL, '2022-01-01', 500, 30, 10)
INSERT INTO EMPTEST (ENO, ENAME)
VALUES (51, '<EFBFBD><EFBFBD>û<EFBFBD><EFBFBD>')
INSERT INTO EMPTEST
VALUES (52, '<EFBFBD>Ӳ<EFBFBD><EFBFBD><EFBFBD>', NULL, NULL, NULL, NULL, NULL, NULL)