This message was deleted.
# ask-questions
w
This message was deleted.
f
If you go to settings->data sources and click on your data source you should be able to edit the query settings and put in your own SQL.
If you already have a similar table in MySQL no need to create a new one. Just update the query and use aliases to convert the column names to what is expected (like "received_at as timestamp" is doing in the example)
d
@future-teacher-7046 Thanks for your quick answer. Really helpful 🙏
135 Views