a KnowledgeBase blog for my random thoughts and observations...
Monday, April 28, 2014
Oracle Month function
SELECT LAST_NAME, FIRST_NAME, ORIG_HIRE_DT, BIRTHDATE, extract(month from BIRTHDATE)
from ps_pwc_employees
where pwc_mktcls_descr = 'Philadelphia Metro'
and extract(month from BIRTHDATE) =5
No comments:
Post a Comment