use northwind
go
if exists(select name from sysobjects where name='scdd0315ljs')
drop procedure scdd0315ljs
go
create procedure scdd0315ljs 
asCREATE view mytable1 as
SELECT * from shippers这个程序总是报“VIEW附近有语法错误”改如何解决?如果一定要在过程中定义视图该怎么做?