SQL issue towards QueryBuilder #6852

Closed
opened 2026-01-22 15:40:03 +01:00 by admin · 0 comments
Owner

Originally created by @bglevon on GitHub (Oct 6, 2021).

Hello,

I need your help, I have an SQL query that I need to change to QueryBuilder, but I can't seem to change this statement.

I've tried many ways, but my solutions don't work.

LEFT JOIN page p ON (p.fk_module_id = mm.id_menu_module OR p.fk_sous_module_id = msm.id_menu_sous_module)

Thanks in advance for your help.

Originally created by @bglevon on GitHub (Oct 6, 2021). Hello, I need your help, I have an SQL query that I need to change to QueryBuilder, but I can't seem to change this statement. I've tried many ways, but my solutions don't work. `LEFT JOIN page p ON (p.fk_module_id = mm.id_menu_module OR p.fk_sous_module_id = msm.id_menu_sous_module)` Thanks in advance for your help.
admin closed this issue 2026-01-22 15:40:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6852