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.
homework/苍穹外卖数据库/admin.sql

4 lines
381 B

INSERT INTO `admin` VALUES (4111, '李一', '', '611602', '2131212', 'adminstrator1', '123456', 1, NULL, NULL, NULL, NULL);
INSERT INTO `admin` VALUES (4112, '宋二', '', '601612', '1233211', 'adminstrator2', '123456', 0, NULL, NULL, NULL, NULL);
INSERT INTO `admin` VALUES (4113, '王三', '', '613601', '7894688', 'adminstrator3', '123456', 1, NULL, NULL, NULL, NULL);