nuct
Programmer
- Sep 5, 2001
- 103
Hi, How do I make it so that my query askes for value of a variable only once. E.g.
Select name, no
From students
Where no in ('&number','&number' -1)
... or something along those lines
At the moment it asks for &number twice, i want it so i only get asked once each time it is run.
Thanks,
Simon H.
Select name, no
From students
Where no in ('&number','&number' -1)
... or something along those lines
At the moment it asks for &number twice, i want it so i only get asked once each time it is run.
Thanks,
Simon H.