set @userName='小可爱'
select @userName;
set @x=5,@y=7;
select @x+@y,@x-@y,@x*@y,@x/@y;
set @cityName='Haag';
select * from city where `Name`=@cityName;
set @popvalue='105819';
select * from city where Population=@popvalue;
美妙代码1
最新推荐文章于 2025-05-01 23:24:04 发布