Hi All
I am completely new to running queries in Oracle so please excuse my stupidity.
I want to show all records from a table from a particular date.
The field is set as a timestamp e.g. 08/06/2006 22:00:48
This is a sample of what I have tried:
Select * from tablename where to_date(fieldname,'dd/mm/yyyy HH:MI:SS')>01/01/2006
Thanking in advance for any help received.
I am completely new to running queries in Oracle so please excuse my stupidity.
I want to show all records from a table from a particular date.
The field is set as a timestamp e.g. 08/06/2006 22:00:48
This is a sample of what I have tried:
Select * from tablename where to_date(fieldname,'dd/mm/yyyy HH:MI:SS')>01/01/2006
Thanking in advance for any help received.