Need to run 'select' one query from 11 databases and export it to one file
已回答
I have 11 oracle database that I need to run 1 select query from and export them all to one file by appending it. I used to use Quest Data Point product and they had something like that. I tried the Configuration window but that looks is for insert/update/delete statements.
Is there a way to this with Datagrip?
请先登录再写评论。
You can run a query from Query Console and extract results to a file (CSV, Excel, etc.) using Export data feature.
Does it help?