![]() |
(08-18-2022, 06:21 AM)php_rocs Wrote: @leafface , My question is how to avoid the DB prefix being added to the table alias in the second query. I can also think of another way to do this query, using distinct + join instead of subquery, that would be my last resort. |
Messages In This Thread |
Query Builder: Table alias gets DB prefix when using subquery - by leafface - 08-17-2022, 08:23 AM
RE: Query Builder: Table alias gets DB prefix when using subquery - by php_rocs - 08-18-2022, 06:21 AM
RE: Query Builder: Table alias gets DB prefix when using subquery - by leafface - 08-18-2022, 06:34 AM
RE: Query Builder: Table alias gets DB prefix when using subquery - by iRedds - 08-18-2022, 08:52 AM
RE: Query Builder: Table alias gets DB prefix when using subquery - by leafface - 08-19-2022, 09:29 AM
RE: Query Builder: Table alias gets DB prefix when using subquery - by iRedds - 08-18-2022, 11:25 AM
|