update CREW_SailorInfo

set DT_DOB=
(
case when len(NVC_IdentityCard)=18 then
substring ( NVC_IdentityCard,7,8 ) when len(NVC_IdentityCard)=15 then
substring ( NVC_IdentityCard,7,6 ) else null end)

注:此问题仅供参考 如有疑问 请加QQ群181537678  如有您有什么好的方法 请留下您的脚步 以便参考

05-17 04:56