summaryrefslogtreecommitdiff
path: root/src/sql/selectUninsertableLines.sql
blob: 048726b27907ae8db44cede2212ca0c11d3f0f1a (plain)
1
2
3
4
5
6
7
8
SELECT
	id,
	value
FROM
	entities
WHERE
	type = 'uninsertable_line'
	AND detail IS NULL