Viewing 5 posts - 1 through 5 (of 5 total)
OK.... Thanks.... :satisfied::laugh:
April 12, 2010 at 6:01 am
Phil,
This is my scenario...
I've one excel file, in that file i've one column called Allowance which has only numeric values if it is 0 then the user will enter "-"...
April 12, 2010 at 5:47 am
Thanks Sasidhar...... It worked.......
Is there any sql statement available to replace the all the special characters(ie, Other than Numeric) to "0"?
April 12, 2010 at 5:30 am
Yes.. the data type of the derived column is float.....
In the expression... I convert the Allowance to string to check with the "-"...
April 12, 2010 at 5:19 am
In Source SQL table it is varchar(10) and in Destination it is float.....
Sasidhar... I'll try your idea and let you know... Thanks
April 12, 2010 at 5:07 am
Viewing 5 posts - 1 through 5 (of 5 total)