mbasilica
Wednesday, August 13, 2008
Querying a date column in database
To query a date column, use
select * from person_table where date_of_birth >=
to_date('01/01/2000', 'dd/MM/yyyy')
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)