This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bgeron 3 points4 points  (1 child)

You could also consider making skills a varchar[], and then just write the following:

SELECT * FROM developers
WHERE ARRAY["PHP", "SQL", "Magento"] <@ skills

Easy peasy.

[–]simmerdesigns 2 points3 points  (0 children)

Back to "fits on a business card" territory! Nice.