Same Console File accessible on multiple databases connections
已回答
We several environments with the same schema, development, QA, staging and so on.
For example a set of utility queries, how can I write them on a console file and have them available on different databases?
Does the IDE have some features to provide that?
It seems that the "console" files are attached to a single data source and that's it.
请先登录再写评论。
@...,
Do the following:
That worked, thanks!