'Negative year value in date type column in Oracle
We have a table in Oracle with a date type column proto_date. When I run the following query :-
Select EXTRACT(YEAR from proto_date) from tablename;
I get result as -3832. Can Oracle store such date values where year is negative?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
