SQL Server2005 关键字 'as' 附近有语法错误
查询价格在x和y之间的PC机信息问题在哪里呢?createfunctionpriceXY(@xfloat,@yfloat)asbeginselect*frompcwher...
查询价格在x和y之间的PC机信息
问题在哪里呢?
create function priceXY(@x float,@y float)
as
begin
select*
from pc
where price>@x and price<@y
end; 展开
问题在哪里呢?
create function priceXY(@x float,@y float)
as
begin
select*
from pc
where price>@x and price<@y
end; 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询