INSERT INTO [cab_zhongshan_module_demo_new].[dbo].[base_person]
([name],[sex],[address],[age],[phone],[description],[duty],[FE_mail],[FPicture ,[FExamStatus] ,[computerName],[del])
select 'city','男','city',22,'1234567890','skjfklajfklsjlkfdj','city',NULL,NULL,0,'',0 union
select 'street','男','street',22,'1234567890','skjfklajfklsjlkfdj','street',NULL,NULL,0,'',0 union
select 'conutry','男','conutry',22,'1234567890','skjfklajfklsjlkfdj','conutry',NULL,NULL,0,'',0
GO

相关文章:

  • 2021-11-30
  • 2022-01-04
  • 2021-07-03
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-02
  • 2021-05-24
  • 2022-12-23
  • 2021-07-27
  • 2022-01-25
  • 2022-12-23
  • 2022-03-07
相关资源
相似解决方案