sql >> Database >  >> RDS >> Oracle

Oracle-tijdstempel, maximale en minimale waarden

Je kunt het altijd gewoon proberen:

SQL> select to_timestamp( '9999-12-31 23:59:59', 'yyyy-mm-dd hh24:mi:ss' ) from dual;

TO_TIMESTAMP('9999-12-3123:59:59','YYYY-MM-DDHH24:MI:SS')
---------------------------------------------------------------------------
31-DEC-99 11.59.59.000000000 PM

en:

SQL> select to_timestamp( '9999-12-31 23:59:59', 'yyyy-mm-dd hh24:mi:ss' )+1 from dual;
select to_timestamp( '9999-12-31 23:59:59', 'yyyy-mm-dd hh24:mi:ss' )+1 from dual
                                                                     *
ERROR at line 1:
ORA-01841: (full) year must be between -4713 and +9999, and not be 0


  1. Hoe kan ik mySql-kolomlengte/waarden krijgen?

  2. php-beperkingsschending Fout 1452

  3. Door komma's gescheiden tekenreeks splitsen --> FUNCTIE db.CHARINDEX bestaat niet

  4. Hoe een standaardbeperking in MySQL toe te voegen?