I have a table:
user_qualifications:
id
user_id
type
title
description
I need to get all the fields based on 2 filters… like work experience and education. These will be types. Do I need to make 2 queries? I need to display all his work experience and all his education, it could be multiple rowsets foreach type.
Use