postgresql http://www.postgresql.org/docs/8.1/interactive/datatype.html
serial 4 bytes autoincrementing integer 1 to 2147483647 We made sure they all start at 1. On May 12, 1:38 am, Sverre <[email protected]> wrote: > In the database administration a query to select all is (id>0). But > some databases like postgresql starting a sequence default by 0, not > like sqlite with 1. So how can I avoid problems?

