Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi .
I have 100 fields to pull.
i want to use Select *,
i want to do upper case for all at once?
Can we do it?
chk dis

You can use Upper(FieldName)?
I dont want to do it for single field name.
I want to make it for all together
Upper(fieldname)
or
prior to the Load statement.
Force Case Upper;
I do not think so, it would be possible....
You have to define it for every field one by one...
chk dis
