|
||||||||||
SELECT s._id, s.lang, c.category, s.author, s.rows, s.cols, s.name, s.description, s.content
FROM buzzword_bingo_sheets as s
JOIN buzzword_bingo_categories as c ON s.category = c._id
WHERE s._id = :id
Work with a SheetTest: |