select 要查询的值,row_number() over(order by 表中某一个值) as 起一个列名
from 要查询的表名
例:
select distinct user_guid,row_number() over(order by user_guid) as rows
from ods.t_hitch_driver_info
select 要查询的值,row_number() over(order by 表中某一个值) as 起一个列名
from 要查询的表名
例:
select distinct user_guid,row_number() over(order by user_guid) as rows
from ods.t_hitch_driver_info
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。