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
I need to populate a table with summarized data from another table. Maybe the solution is to connect to a relational database, run a query and export the result as csv. Then use the csv to generate the inserts for another table.