Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!! - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!
Date
Msg-id 199807242358.TAA00236@candle.pha.pa.us
Whole thread Raw
In response to Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!  ("Cary B. O'Brien" <cobrien@access.digex.net>)
List pgsql-general
> Hmm  Did you try...
>
> cary=> \h select
> Command: select
> Description: retrieve tuples
> Syntax:
> select [distinct on <attr>] <expr1> [as <attr1>], ... <exprN> [as <attrN>]
>         [into [table] <class_name>]
>         [from <from_list>]
>         [where <qual>]
>         [group by <group_list>]
>         [order by <attr1> [ASC | DESC] [using <op1>], ... <attrN> ]
>         [union [all] select ...];

I am working on uppercasing the keywords, so it will be much clearer.
The use of <> is really bogus.  I will look into reporting the place of
the error, as well as the word.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-general by date:

Previous
From: "Cary B. O'Brien"
Date:
Subject: Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!
Next
From: Guido Piazzi
Date:
Subject: Re: [GENERAL] How about this LOGO?