Troubleshooting
Problem
Customer usually uses SUBSTR() to control the column length of a query, but in some environment the column title length displayed in db2 command line is not as expected.
Symptom
Bad case:
$ db2 "select substr(subname,1,15),state from asnq.ibmqrep_subs where subname='SIVIEW-FRLOT' with ur"
1 STATE
------------------------------------------------------------------------------------------------------------------------------------ -----
SIVIEW-FRLOT A
1 record(s) selected.
Good case
$ db2 "select substr(subname,1,15),state from asnq5.ibmqrep_targets where subname='SIVIEW-FBWKARE' with ur"
1 STATE
--------------- -----
SIVIEW-FBWKARE A
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
30 April 2025
UID
swg21981089