summaryrefslogtreecommitdiff
path: root/src/sql/selectUninsertableLines.sql
blob: 5c077912a97f14e5743bcbf95642bbb207421c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
SELECT
	id,
	value
FROM
	entities
WHERE
	type = 'uninsertable_line'
	AND detail IS NULL
ORDER BY
	id
LIMIT ?