Hi All,
I wanted to find out how to use a substitution variable in an SQL statement that would cause the user to be prompted for a value. Something similar to the ampersand (&&) in ORACLE.SELECT <col1>,<col2>,<col3>
FROM <table>
WHERE <col5> = 35
SELECT <col1>,<col2>,<col3>
FROM <table>
WHERE <col5> = ?