Re: query problem - Mailing list pgsql-general

From Einar Karttunen
Subject Re: query problem
Date
Msg-id Pine.LNX.4.30.0103261238550.19548-100000@melkinpaasi.cs.Helsinki.FI
Whole thread Raw
In response to query problem  ("Gyan" <gyan@noida.hcltech.com>)
List pgsql-general
On Fri, 23 Mar 2001, Gyan wrote:

> Greetings!
> Kindly lemme know how do u sort a table on some field...please talk about the command that does it.
> Thanx.
> Gyan Ranjan
>
using the ORDER BY clause in a query. eg
SELECT col1,col2,col3 FROM tablename ORDER BY col1;
You can get info on how to use sql from the postgresql documentation
(http://www.postgresql.org), but best would be if you'd just read a
book about sql.

- Einar Karttunen


pgsql-general by date:

Previous
From: will trillich
Date:
Subject: Re: query problem
Next
From: "Mayers, Philip J"
Date:
Subject: RE: MACADDR types NULL value (undocumented?)