Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi everyone
i want to separate numbers after second / in bellow example
1987/11/2
or
1987/11/12
i would appreciate if anyone can help
=SubField('1987/11/12,'/',-1)
or
=subfield(Your_field,'/',-1)
regards
Pradosh
Hi,
Try Subfield() function.
Load *,
Subfield(Fieldname,'/') as Newfield
From zyx;
Regards,
Kaushik Solanki
What is the output u want to see?
=SubField('1987/11/12,'/',-1)
or
=subfield(Your_field,'/',-1)
regards
Pradosh