How to show timestamps in 24h style?
When I enter in SQLplus some SELECT statements with a column which contains a timestamp then the output
is currently in 12h format (with AM/PM indicator).
How do I tell Oracle SQLplus to output all timestamp values from now on in 24h style?
Peter