|
-
time part of datefield
Hi ,
i have a table having below mentioned structure
name dated
marry 16/02/2005 07:15:00
tom 31/01/2005 14:38:14
John 13/02/2005 07:15:00
I want to extract the the names that have time of 07:15:00 only .i.e a query should extract only marry,john..
Please help
-
select * from dated
where to_char(col2, 'HH24:MI:SS') = '17:15:00'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|