原创

password 取身份证后6位

温馨提示:
本文最后更新于 2016年05月25日,已超过 3,263 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我

select  'hr#'||substr(t.private_identity_id,length(t.private_identity_id)-5,6) from isc_user t
where t.private_identity_id is not null

正文到此结束
本文目录