Re: Oracle SQL Developer exporting SQL inserts with missing comma.
- From: "Jared Still" <jkstill@xxxxxxxxx>
- To: hans@xxxxxxxxxxx
- Date: Sun, 14 Dec 2008 20:55:10 -0800
On Sun, Dec 14, 2008 at 1:50 PM, Hans Deragon <hans@xxxxxxxxxxx> wrote:
> Greetings.
>
> Sorry for this basic question, but with Oracle SQL developer latest
> version (1.5.3), when I export a table using the "insert" mode, the
> output looks something like this:
>
> insert into table1 values (123 456 769);
>
> The commas are missing. It should be:
>
> insert into table1 values (123, 456, 769);
>
A good place to look is the OTN forum for SQL Developer.
Here you go:
http://forums.oracle.com/forums/thread.jspa?messageID=3128144�
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
Other related posts: