mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
SQL issue towards QueryBuilder #6852
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.