Select problem - Mailing list pgsql-novice

From Karl F. Larsen
Subject Select problem
Date
Msg-id Pine.LNX.4.10.10008140923120.989-100000@cannac.ampr.org
Whole thread Raw
Responses Re: Select problem  (John McKown <jmckown@prodigy.net>)
List pgsql-novice
    I have a simple 3 table database with armycall as the common key
and it all works fine when I doa select like so:

    select user, doer
    from data, biglist
    where user.armycall = biglist.armycall;

but if I want to get the column armycall and use:

    select user, armycall
    from data, biglist
    where user.armycall = biglist.armycall

I get an error that armycall is ambiguous.

    Does anyone know how to correct this?

Yours Truly,

       - Karl F. Larsen, k5di@arrl.net  (505) 524-3303  -


pgsql-novice by date:

Previous
From: chriswood@wvda.com
Date:
Subject: What does this pgAdmin error mean?
Next
From: patrick.wolf@Aerojet.com (WOLF, PATRICK)
Date:
Subject: RE: Select problem