Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mgajdosikHi,
unfortunately you need to be more precise in your query.
"Select * from table" will return only dates from timestamps. So you will have to specify the format of the datetime you want to be returned.
in example
TO_CHAR( COLUMN_NAME,'DD-MON-RRRR HH24:MI:SS' )
I know that this can be a bit annoying, especially when you want to pull all the fields from the db, but this is how it works
Marek