Mysql-variable.md
μ¬μ©λ²
λ³μ μ μΈλ²
SET @λ³μμ΄λ¦ = λμ
κ°;
-- or
SET @λ³μμ΄λ¦ := λμ
κ°;SET @cnt := -1;
select * from test_tb where num = @cnt;Last updated
SET @λ³μμ΄λ¦ = λμ
κ°;
-- or
SET @λ³μμ΄λ¦ := λμ
κ°;SET @cnt := -1;
select * from test_tb where num = @cnt;Last updated