私の質問は; :=
Delphiで作業するために(mysqlで値を割り当てる)どのように使用できますか?
これが私の例です:
create TEMPORARY TABLE if not EXISTS new
SELECT date, price, kat, tipe, ready, use,
if(tipe = '0', @x := use, (@x := @x - (ready-use)))as balance,
@result := ready + @x as HSL,
if (@result <=0, ready, ready+@x) as sata... and script complete..
私の問題は; delphi は:=
mysql から除外できません。