Re: query problem

From: Einar Karttunen <ekarttun(at)cs(dot)Helsinki(dot)FI>
To: Gyan <gyan(at)noida(dot)hcltech(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: query problem
Date: 2001-03-26 09:43:52
Message-ID: Pine.LNX.4.30.0103261238550.19548-100000@melkinpaasi.cs.Helsinki.FI
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Harry Yau 2001-03-26 09:48:14 Problem with dropping a FOREIGN KEY
Previous Message will trillich 2001-03-26 08:39:23 Re: Free Text Search