JuliePritchard
MIS
Can someone let me know how to put prompts in a SQL Server query
In Oracle the code would be
Select x from table y
where field = '&&1';
this would then prompt the user for a &&1 value
I'd like to know the equivalent in SQL Server
Thanks for any help
In Oracle the code would be
Select x from table y
where field = '&&1';
this would then prompt the user for a &&1 value
I'd like to know the equivalent in SQL Server
Thanks for any help