select * from RES_MSTPLOTMASTER order by
regexp_substr(NVL (plotnumber, PLOTNUMBER), '^\D*') nulls first,
to_number(regexp_substr(NVL (plotnumber, PLOTNUMBER), '\d+'))
regexp_substr(NVL (plotnumber, PLOTNUMBER), '^\D*') nulls first,
to_number(regexp_substr(NVL (plotnumber, PLOTNUMBER), '\d+'))
No comments:
Post a Comment