Hi I am trying to run a query that only gets the year from a date selection. When I do select ASOFDATE from PSASOFDATE;
I get 11/15/2012. How would I get only the year? I know you can use the Year function, but I'm not sure how.
|
Hi I am trying to run a query that only gets the year from a date selection. When I do I get 11/15/2012. How would I get only the year? I know you can use the Year function, but I'm not sure how. |
||||
|
|
Editted: In anycase if your date is a String, let's convert it into a proper date format. And select the year out of it.
Since you are trying Toad, can you check the following code:
|
|||||||||||
|
|
just pass the columnName as parameter of
another is to use
UPDATE 1 I bet the value is varchar with the format MM/dd/YYYY, it that's the case,
LAST RESORT if all the queries fail use
|
|||||||||||||
|
|
|||||||||
|