I would like to know how to query this structure:
How can I
SELECT only 1 ID FROM portfolio
WHERE category = "x" AND DISTINCT description = 'x'?
(Table name and fields)
portfolio:
ID, client, section, category, description, year, files
EDIT: Thank you for the answers.
1 Answer