fastwallie
Programmer
In Oracle I frequently use the set command to set the heading off. I'am looking for this functionality in the DB2 client (commandcenter) but can find it ?
In the example below I only want to see the result : 427114
How can i do that ?
db2 => select max(organisatieid) from organisatie where organisatieid < '429555'
1
---------------
427114
1 record(s) selected.
In the example below I only want to see the result : 427114
How can i do that ?
db2 => select max(organisatieid) from organisatie where organisatieid < '429555'
1
---------------
427114
1 record(s) selected.