Possibility of making joins in "Data explorer" #3532
jeromeperez
started this conversation in
Feature Ideas
Replies: 1 comment 4 replies
-
@jeromeperez thanks for the idea! I think my reply in #3533 should cover this too. Joining arbitrary tables together (without foreign key constraints) is a feature request we've gotten multiple times. It's another thing we're considering as we rethink the Data Explorer. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It might be interesting to add the possibility of making joins in "Data explorer".
table activity (type_activity, domain_activity)
examples:
1 - activity_type is not null or domain_activity is not null
2 - activity_type equals activity1 or activity_type equals activity2
Beta Was this translation helpful? Give feedback.
All reactions