againstTheWind
Programmer
I have a query that I will have to reuse several times and I am wondering what the most elegant way to do this usually is - perhaps declaring a variable to store the SELECT statement?
If so, how would I use this variable?
Thanks!