Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
select count(*) from city
join labels on (city.label_id = labels.label_id)
where labels.label like 'F%'
DQ Rule:
where clause -
Join Clause -
Then the rule was used in a table analysis on Table A.