Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I ahve id as: ABC\gnikhil
In my script, i want Id as : gnikhil only. How to acheive this?
thanks
SUBFIELD(MyField, '\', 2)
Peter
Try:
Subfield([FIELD],'\',2) as "FIELD"
Use SubField function in script
SubField(<your field>,'\',2) as <your field>
the third parameter indicates the column that interests you after the split, and the count starts at 1