我想计算当前日期的所有行。
Column name = LOGIN_TIME (format is TIMESTAMP)
现在我有USER_NAME
和SUBJECT
价值观。
表结构:
USER_NAME SUBJECT LOGIN_TIME
-----------------------------------
abc physics 01-MAY-13 12.27.50.863000000 AM
abc math 02-MAY-13 01.01.47.863000000 PM
def physics 16-MAY-13 06.42.48.863000000 PM
abc physics 16-MAY-13 02.29.11.863000000 PM
现在,使用user_name='aaa'
and subject = 'physics'
, and current date (of REQUEST_TIME)
,我想检索行数。
请帮我解决这个问题。