-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: import.sql file with multi line sql statments
PostPosted: Tue May 23, 2006 5:57 am 
Beginner
Beginner

Joined: Mon Jan 24, 2005 11:56 am
Posts: 24
Hi,

We have some huge lines of sql statments in import.sql file. So when we break them to multilines of sql as below:

Code:
(1) insert into users values (1,'admin','123','admin','admin');

(2)insert into users
          values (1,'admin','123','admin','admin');


We got error during executing!
The problem is that the tool does not follow new line and tries to run "insert into users " statment.

Is there any way that we can do?

Regards,
Alireza Fattahi


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.