【发布时间】:2011-03-02 05:45:54
【问题描述】:
我创建了一个存储过程并收到这些错误。我该如何纠正这个问题?
Msg 156, Level 15, State 1, Procedure usbinsertbookDatainto, Line 8
Incorrect syntax near the keyword 'AS'.
Msg 137, Level 15, State 2, Procedure usbinsertbookDatainto, Line 22
Must declare the scalar variable "@currentnoofcopiesavillable".
【问题讨论】:
标签: sql sql-server-2005 stored-procedures