Search code examples
dbvisualizer

Setting values for dbVisualizer Pro directly in the SQL code


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?

dbvisualizer


Solution

  • Define a default value for a variable: ${Table||myDefaultTable}. Read more about variables in DbVisualizer.