limiting rows in an query - Mailing list pgsql-jdbc

From Felipe Schnack
Subject limiting rows in an query
Date
Msg-id 1033391355.1257.6.camel@desenv1.ritterdosreis.br
Whole thread Raw
Responses Re: limiting rows in an query  (Varun Kacholia <varunk@cse.iitb.ac.in>)
List pgsql-jdbc
  In MySQL I can get the first 30 rows in an query doing this:
  SELECT * FROM `inscricoes` LIMIT 0, 30
  How I do this in pgsql?
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


pgsql-jdbc by date:

Previous
From: Jochem van Dieten
Date:
Subject: Re: [GENERAL] Prepared statement performance...
Next
From: Varun Kacholia
Date:
Subject: Re: limiting rows in an query