I see that in certain older queries I use:
    LIMIT  (SELECT COUNT(*) FROM TABLE)

​It looks like​ this has no use (limiting the selected records to the
number of records there are). Anyone an idea what could be a reason for
this?

-- 
Cecil Westerhof
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to