1659666966

定义变量

a. select @start := 666;   赋默认值  :=

b.select  @start;

赋值
set @start =2 ;
select @start ;

分类:

技术点:

相关文章: