on 2017 Mar 24 6:02 PM
I tried to bring in CSV data using Data/Import. All columns came in except for the time related data. Some details are here: http://hodentekmsss.blogspot.com/2017/01/importing-csv-file-into-sapss-sql.html
Request clarification before answering.
You chose a datatype of 'time' which only stores hour, minute, second and fraction of a second; however, the data contains dates & times where all of the times were 00:00:00 which is 12:00 am as seen in the table after the load. That looks correct to me. If you want a date and time, use a TIMESTAMP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> Microsoft does not have datastamp
Microsoft SQL Server does have the datetime data type which is more-or-less the same as SQL Anywhere's timestamp.
User | Count |
---|---|
87 | |
10 | |
9 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.