multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

DM_getPanel in databases shouldn't erase ability for custom table name aliases #177

Closed eatonphil closed 2 years ago

eatonphil commented 2 years ago

SELECT * FROM DM_getPanel(0) t should be ok. Is it?

eatonphil commented 2 years ago
$ dsq ../dsq/testdata/join/users.csv " select p0.id from DM_getPanel(0) p0"
[{"id":"1"},
{"id":"2"},
{"id":"3"}]

Yep this does work