Re: Entered data appears TWICE in table!!?

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: Ron Morgan <rmorgan7(at)austin(dot)rr(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Entered data appears TWICE in table!!?
Date: 2004-04-06 14:27:34
Message-ID: 20040406142734.97108.qmail@web20806.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

--- Ron Morgan <rmorgan7(at)austin(dot)rr(dot)com> wrote:
> Both Internet Explorer and Safari, on a Mac running
> OS X.
>
> I'm just using the tutorial web site at
> sqlcourse.com. They have a window
> there where you type code and run it, etc.
>
> Ron
>

I recall doing that tutorial once upon a time. A very
good thing.

But I don't see the connection to PostgreSQL. Perhaps
you can explain it?

> ----- Original Message -----
> From: "Jeff Eckermann" <jeff_eckermann(at)yahoo(dot)com>
> To: "Ron M." <rmorgan7(at)austin(dot)rr(dot)com>;
> <pgsql-sql(at)postgresql(dot)org>
> Sent: Monday, April 05, 2004 5:33 PM
> Subject: Re: [SQL] Entered data appears TWICE in
> table!!?
>
>
> > What interface are you using?
> >
> > --- "Ron M." <rmorgan7(at)austin(dot)rr(dot)com> wrote:
> > > I'm JUST getting started with the online SQL
> > > tutorial at
> > > http://sqlcourse.com. When I create a table and
> > > insert data, the data
> > > appears TWICE. A simple example:
> > >
> > > ***Create the table:
> > >
> > > create table rnmrgntable
> > > (first varchar(20),
> > > last varchar(30));
> > >
> > > ***Insert data:
> > >
> > > insert into rnmrgntable
> > > (first, last)
> > > values ('Bill' , 'Smith');
> > >
> > > ***Then look at the table:
> > >
> > > select * from rnmrgntable;
> > >
> > > And I get:
> > >
> > > first last
> > > Bill Smith
> > > Bill Smith
> > >
> > > EVERYTHING I enter appears twice, duplicated on
> two
> > > rows as in this
> > > example. What the heck's going on?
> > >
> > > Ron M.
> > >
> > > ---------------------------(end of
> > > broadcast)---------------------------
> > > TIP 7: don't forget to increase your free space
> map
> > settings
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Small Business $15K Web Design Giveaway
> > http://promotions.yahoo.com/design_giveaway/
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system
> (http://www.grisoft.com).
> Version: 6.0.644 / Virus Database: 412 - Release
> Date: 3/26/2004
>

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

Browse pgsql-sql by date

  From Date Subject
Next Message Robert Treat 2004-04-06 14:29:32 partial unique constraint
Previous Message SZŰCS Gábor 2004-04-06 13:12:46 could not devise a query plan