I found that.. can I just insert it in like `SELEC...
# general
t
I found that.. can I just insert it in like
SELECT * FROM (SELECT common_name, COUNT(*) cnt FROM certificates WHERE issuer LIKE '%Company%' AND not_valid_after >= SELECT unix_time FROM time AND path LIKE '%login%') WHERE cnt > 1;