我想要獲取當前日期的所有行的計數。如何從時間戳中檢索日期 - sql
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'
和subject = 'physics'
和current date (of REQUEST_TIME)
,我想中檢索的行數。
請幫我看看這個查詢。
*修正: USER_NAME ='abc'and subject ='physics' – user2388729