Need to extract Year part from Date type field , pl make a comment
Hi
You can use, the fucntion EXTRACT in PLSQL.
Example:
EXTRACT(YEAR FROM DATE '2003-08-22')
Result: 2003
More exmaples:
SELECT EXTRACT(YEAR FROM DATE '2003-08-22')
FROM dual
===========================================
SELECT EXTRACT(YEAR FROM revised_start_date)
FROM shop_ord_tab
Hope this helps!
Best Regards,
Bhagya
Thanks Bhagya for comment. That is form back end
I need extraction inside the IEE client itself. some kind for client method .
Hi
Hi Nalaka
Finding an Extract method from IEE client itself. There may be facilities like i guess
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.