SQL
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Raj
16 - Nebula
09-21-2023
12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to Create Dynamic and static connection With SQL?
Labels:
- Labels:
- Datasets
3 REPLIES 3
16 - Nebula
09-21-2023
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @Raj
I couldn't understand the meaning of "Dynamic and Static" but if you try to send dynamic query to single SQL server, you can use Dynamic Input tool.
First prepare template SQL query like this(in this case, I will modify where clause x value )
This case, by using x column value, where clause is replaced with "x=1", "x=2"...and get output.
As the above workflow only works at my computer, so sorry for not attaching as a sample.
09-21-2023
10:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
what if i want to change the data set basis of condition?
16 - Nebula
09-21-2023
10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm sorry, can you describe more detail on what you want to realize?
