How I make result of SQL querys with LIMIT different in each query?
问题 I have the following SQL: SELECT id, url FROM link WHERE visited = false ORDER BY id LIMIT 500; --*500 is only a example I'm making a webcrawler and there is a table with links. This SQL returns the links to visit, but dont all them, only the quantitiy defined in the limit clause. I will use threads and if the first execute this query, it will obtains the first 500 links, if the second thread execute the same query, it will obtains the next 500 links. In other words, first thead obtains links