Create procedure spRetrieveAuthor @au_id varchar As select * from author where au_id=@au_id
其中@表示变量名。
调用方法举例:spRetrieveAuthor '001'

相关文章:

  • 2022-12-23
  • 2022-03-01
  • 2022-01-01
  • 2021-09-05
  • 2022-02-14
  • 2022-12-23
  • 2021-10-12
  • 2021-06-29
猜你喜欢
  • 2022-03-08
  • 2021-12-10
  • 2021-08-03
  • 2022-01-13
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案