Hi, Please help me to write a query to insert timestamp value to Sybase table using insert query.
Regards, Bikshu.
Request clarification before answering.
Here you go.
create table ts_table (ts timestamp); insert into ts_table (ts) values ('2013-10-08T12:34:45.678');
Of course, I am sure that's not what you wanted to know, but it is what you asked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.