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;
gunwoo