我使用以下查询
insert into Employee (First_name, Last_name, Salary, Joining_date, Department)
values ('John', 'Abraham', '1000000', cast('2013-01-13 12:00:00.000' as datetime), 'Banking')
最后我使用了演员来做临时工作。但现在我需要插入那种格式。
答案 0 :(得分:0)
只需使用Unseparated格式:(这假设Joining_date的类型为Date或DateTime)
{{1}}
另请注意:http://karaszi.com/the-ultimate-guide-to-the-datetime-datatypes