CREATE PROCEDURE deleb
@mytable table(e0 char(3),e1 char(8))
AS
insert into eb select * from @mytable
GO
检查语法出错
Error 156: Incorrect syntax near the keyword 'table'.
Must declare the variable '@mytable'.
请问Nothing,我错在哪?谢谢! 作者:
Nothing 时间: 2005-7-26 21:31