PhillipJones
Programmer
Oracle SQL Loader loads the following but sal is always
positive - the trailing sign is ignored ? Why ?
Thankyou.
load data
infile *
into table gbtemp
(empno integer external terminated by whitespace ,
ename char terminated by whitespace ,
sal zoned (7))
begindata
1234 Tom 0000001-
2345 Dick 0000002+
3456 Harry 0000003-
positive - the trailing sign is ignored ? Why ?
Thankyou.
load data
infile *
into table gbtemp
(empno integer external terminated by whitespace ,
ename char terminated by whitespace ,
sal zoned (7))
begindata
1234 Tom 0000001-
2345 Dick 0000002+
3456 Harry 0000003-