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...