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
When exporting an airtable db to sqlite, is there a way to query the resulting dataset with joins ?
I'm not an expert in sqlite, but I'm guessing it is possible to join 2 tables without having foreign keys defined? But given the format of those foreign keys (eg. ["recqyhKQGTj1HU8Gi"]), I'm not sure if it is possible.
Thanks for possible hints!
The text was updated successfully, but these errors were encountered:
Hi,
When exporting an airtable db to sqlite, is there a way to query the resulting dataset with
joins
?I'm not an expert in sqlite, but I'm guessing it is possible to join 2 tables without having foreign keys defined? But given the format of those foreign keys (eg.
["recqyhKQGTj1HU8Gi"]
), I'm not sure if it is possible.Thanks for possible hints!
The text was updated successfully, but these errors were encountered: