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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -