Hi,
Is it possible to append a string to a column value in qptool query.
e.g
The above query will output as -
The intended output is -
I want to append the jsta value with a string "Status".
I am not sure if it's possible using qptool. If yes, any ideas?
Is it possible to append a string to a column value in qptool query.
e.g
Code:
select jsta from ttaad500
Code:
1
Code:
Status 1
I am not sure if it's possible using qptool. If yes, any ideas?