Forum Discussion

jrussell's avatar
jrussell
Occasional Contributor
4 years ago
Solved

Specify a variable in SQL Designer

I have a Keyword test with a Database Table Checkpoint. 

Is there a way to specify a variable in the SQL designer?  I have a query that looks like this:

SELECT
Width, Length, Height
FROM Skus
WHERE SKU='12345'

 

What I want is to be able to dynamically specify a value instead of using a hardcoded value of 12345