Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2022 03:57 PM
How would I achieve this is I wanted to run queries in parallell for different tables?
Like
DF = Select * from table a where group =1
DF2 = Select * from table b where group =1