You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jam would check that you have already joined "b", but it would not check that you have already joined "c". As a result it would trigger a MySQL error saying:
Not unique table/alias: 'c'
The text was updated successfully, but these errors were encountered:
When you have a query builder like:
and later on you have:
Jam would check that you have already joined "b", but it would not check that you have already joined "c". As a result it would trigger a MySQL error saying:
The text was updated successfully, but these errors were encountered: