안녕하세요.
아래 datetime을 Insert 할때 아래와 같은 SYNTAX ERROR 가 발생하는데요.
이 구문이 잘못된건가요?^^;
몇건 들어가다가 에러가 또 발생하고 하네요.
도움 부탁드려요.
감사합니다.
insert into tbAAA values
(convert(datetime,'2010-05-06 16:02:59:000'),
convert(smalldatetime,'2010-05-06 16:02:59'),
convert(smalldatetime,'2010-05-06 16:02:59'),'0100', '4470545962', '0000000000', '1234567890', '4', '700144', 'M',1,'000','0','0','2','0000','000','0','0','120140','0','00000000000000','000','300','0000000','010-2831-3549','0',0,'','1','','','000000','00000000','0','', getdate(),
convert(smalldatetime,convert(char(10),getdate(),111)),'0')
ERROR : SYNTAX ERROR DURING EXPLICIT CONVERSION OF VARCHAR VALUE '2010-05-06 16:02:59:000' to a DATETIME field.
|