ms_raha
دوشنبه 08 خرداد 1391, 12:38 عصر
سلام
من دستور view رو به صورت زیر استفاده کردم ولی این پیغام رو میدهد
create view m(name,family)
as select name,family
from student
این پیغام رو میدهم
Msg 111, Level 15, State 1, Line 2
'CREATE VIEW' must be the first statement in a query batch.
من دستور view رو به صورت زیر استفاده کردم ولی این پیغام رو میدهد
create view m(name,family)
as select name,family
from student
این پیغام رو میدهم
Msg 111, Level 15, State 1, Line 2
'CREATE VIEW' must be the first statement in a query batch.