我有2张这样的桌子:
表 ost_ticket 和字段 ticket_id (例如001、002、003 ...),也是我也要选择的其他字段,但暂时不重要>
表 ost_form_entry_values ,其中包含字段 object_id (实际上是 ticket_id ) field_id 和 value 例如
GroupJoin
这是我需要的:
object_id | field_id | value
----------------------------------------------
001 animal horse
001 fruit carrot
002 color blue
这是我尝试过的:
ticket_id | animal | fruit | color
-----------------------------------------------
001 horse carrot null
002 null null blue