Search posts...
SELECT id, email, FIRST_NAME,LAST_NAME FROM DEVELOPER_INFOS WHERE SKILL_1 = 'Python' OR SKILL_2 = 'Python' OR SKILL_3 = 'Python' ORDER BY id ASC;
stupefyee