mysql中添加自定义序号

SELECT
	(@i:=@i+1) as 序号
FROM o2pcm_master_product,(select @i:=0) as it

你可能感兴趣的:(sql)