Filtering rows in the SELECT result based on a condition in tables.
SELECT
SELECT key FROM my_table WHERE value > 0;