Hi,
I've this problem.
In a SQL SELECT I have a field containing "2 D1", if I cast that to integer - CAST(myField as INT) - in a SQL SELECT it does work and converts my "2 D1" string in 20 (int).
How can I achieve that in a LOAD? Is that possible?
Thank you in advance,
Regards