1659666966

定义变量

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

b.select  @start;

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

分类:

技术点:

相关文章:

  • 2022-01-30
  • 2021-11-05
  • 2021-11-10
  • 2021-10-13
  • 2021-10-26
  • 2021-09-03
  • 2022-01-26
  • 2021-08-19
猜你喜欢
  • 2022-02-25
  • 2022-01-26
  • 2021-05-30
  • 2021-12-30
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案