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
Method that gets the efficient table with joins only occurring where it is relevant. Similar to getFullTable() method.
NOTE: I think this can only use LEFT JOINS. If any other type of join is used with the potential of data loss, it must throw an error and/or call getFullTable()
The text was updated successfully, but these errors were encountered:
Method that gets the efficient table with joins only occurring where it is relevant. Similar to getFullTable() method.
NOTE: I think this can only use LEFT JOINS. If any other type of join is used with the potential of data loss, it must throw an error and/or call getFullTable()
The text was updated successfully, but these errors were encountered: