MySQL Forums
Forum List  »  Oracle

Re: porting data from oracle to mysql
Posted by: Josh Chamas
Date: November 24, 2004 03:49PM

manish singh wrote:
> ok so now iam doing this
>
> insert into mysql.table1 values (23232,
> '2004-12-12', 232);
> and it works, isee the date in the mysql table.
>
> but now another problem
>
> if there is no data in the date field for a record
> i get an error
>
> you have an error in the sql syntax near
> '1111,'',1221)'
> query
> insert into mysql.table1 values (1111,'',1221);

Did you try using NULL instead ?

Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Views
Written By
Posted
17231
October 25, 2004 12:26AM
13486
November 16, 2004 06:54PM
45140
November 16, 2004 09:47PM
14518
November 17, 2004 09:54PM
10692
November 17, 2004 11:36PM
8407
November 21, 2004 10:05PM
14027
November 22, 2004 04:18PM
6781
November 23, 2004 12:29AM
6284
November 23, 2004 01:07PM
5841
November 23, 2004 11:39PM
6228
November 24, 2004 12:06AM
5259
November 24, 2004 02:10AM
6450
November 24, 2004 03:36AM
4620
November 24, 2004 04:43AM
Re: porting data from oracle to mysql
5059
November 24, 2004 03:49PM
5116
November 25, 2004 01:52AM
5201
January 13, 2005 01:42AM
7759
September 05, 2007 10:18AM
8470
January 14, 2008 02:38PM
6913
February 09, 2005 01:22AM
6325
February 10, 2005 05:18PM
6545
March 14, 2007 03:02AM
6171
February 06, 2009 02:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.