Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I was trying to convert a value which is in text format to number using NUM#() but i am not getting the expected value.the value is in the below format
Plz any one help on this.
Try this
LOAD num( EVALUATE(No),'#0') as Num_Data from abc.qvd;