In dbVisualizer I can define variables for which I need to provide values once I run the code, in the figure it was e.g. ${Table}. Is it possible to set the values for these variable directly in the SQL?
1 Answer
Define a default value for a variable: ${Table||myDefaultTable}. Read more about variables in DbVisualizer.
