TarunMakhija
Programmer
Hi,
The first column in my table is of type Timestamp
I am trying to execute queries of the form:
insert into News values(2005-12-26 08:43:00.0,'UN','topnews')
Error: Incorrect syntax near '08'.
insert into News values(2005-12-26 09:43:00.0,'UN','topnews')
Incorrect syntax near '09'.
Can someone tell me exactly what is going wrong here?
Thanks a lot.
Tarun M.
The first column in my table is of type Timestamp
I am trying to execute queries of the form:
insert into News values(2005-12-26 08:43:00.0,'UN','topnews')
Error: Incorrect syntax near '08'.
insert into News values(2005-12-26 09:43:00.0,'UN','topnews')
Incorrect syntax near '09'.
Can someone tell me exactly what is going wrong here?
Thanks a lot.
Tarun M.