sql - Combining a Date and a Time Column into One Timestamp Column -
how can create timestamp column date , time column in oracle?
oracle databases have date data type (which contains date , time down second) , several timestamp data types (which have date date , time subsecond granularity - 9 digits).
there 2 interval data types (year month , day second). there no time data type.
Comments
Post a Comment