mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
2 lines
201 B
SQL
2 lines
201 B
SQL
SELECT "problem"."content",problem_paragraph_mapping.paragraph_id FROM problem problem
|
|
LEFT JOIN problem_paragraph_mapping problem_paragraph_mapping ON problem_paragraph_mapping.problem_id=problem."id" |