This commit is contained in:
Ruslan 2024-12-25 14:14:48 +03:00
parent 8508e2af1e
commit 8e1a2927b7

View file

@ -546,7 +546,7 @@
END AS SCHEMA
FROM
ervu_dashboard.recruitment
WHERE schema = 'Department OR schema = 'Organization' OR schema = 'Region'</sql>
WHERE schema IN ('Department', 'Organization', 'Region')</sql>
<limit/>
<lookup/>
<execute_each_row>N</execute_each_row>