1 (1)如果将某字段设置为标识(有种子,有增量,即让数据库维护主键字段),就不能打开数据表后

向该字段添加数据,这是让系统自己维护的。

(2) insert into T_Photo (EmployeeNO,PhotoContent,Remark) values (@empno,@photo,@remark);在这里@代表这是一个变量。

相关文章:

  • 2021-05-25
  • 2021-06-15
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-11-13
  • 2021-03-31
猜你喜欢
  • 2021-09-13
  • 2022-01-22
  • 2021-09-21
相关资源
相似解决方案