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?

Reply via email to