在sql中定义变量,动态运算、赋值
定义标量用子查询的概念,专门用一个子查询定义变量用@i:=赋值,用@i=比较,一般用于行号记录mysql没有rownum (select @i:=0,@k:='') idx @i:=case when @k=store_code then @i+1 else 1 end as row_no,@k:=store_code @k,开始第一行用自定义的初始值,后续用每行新赋值的 <select id="getAllStorePriceTireInfo"...