Hi all experts,
I have a table with column TEXT VARCHAR2(300), TPRODLINE (sequence id). Users can key any text (including carriage returns etc) in the TEXT column.
When I
SQL>select length(substr(text,80,160)) length from tprodnote where tprodline = 2025;
I get
LENGTH
---------
111
When I am only expecting 81 characters.
Any advice, greatly appreciated!
Cheers,
Pei