write an insert statement in a dynamic reusable script file to load the remaining rows in my_employee and then confirm it

前端 未结 0 592
半阙折子戏
半阙折子戏 2020-12-11 01:04
INSERT INTO my_employee(ID,last_name,first_name,userID,salary)
VALUES (&ID,\'&last_name\',\'&first_name\',\'&userID\',\'&salary\');
 
 SELECT
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题