One Quickie


Limiting selections to X number of rows (Postgresql->General)
use the "limit" statement:
select stuff from some_table
 where stuff.blah > 12
 limit 5



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com