Welcome Guest, Not a member yet? Register   Sign In
Builder query question From table AS table01, table AS table02
#2

Just code the where clause directly, like so:

Code:
$builder->where('node.LFT BETWEEN parent.LFT AND parent.RGT');

There's no variable interpolation or substitution so it should be fine.
Reply


Messages In This Thread
RE: Builder query question From table AS table01, table AS table02 - by maxxd - 04-12-2020, 01:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB