Data Archive
- Data Archive 6.4.3
- All Products
NANOSECOND (char)
|
|
---|---|
|
|
|
|
CREATE TABLE dt_table (timestamp_col TIMESTAMP); INSERT INTO dt_table VALUES ('2004-02-17-15.08.37.588000'); 1 row affected SELECT timestamp_col, NANOSECOND(timestamp_col) AS result FROM dt_table; 1 row selected timestamp_col result -------------------------- ----------- 2004-02-17-15.08.37.588000 588000000000