Skip to content

Commit 16d4c5e

Browse files
committed
Add filter to PVL query
1 parent 9d2203c commit 16d4c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDR/resources/queries/bimber_data/idrPvlSource.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ c_PVL as result,
1010
'Hansen/IDR' as dataSource
1111

1212
FROM bimber_data.pvl
13-
WHERE c_PVL != 'missing from box'
13+
WHERE c_PVL != 'missing from box' AND c_PVL != 'pending'

0 commit comments

Comments
 (0)