How do I do this in SQL Server? (I know that this will not work as it is written, but this illustrates the question better than I can explain)
SELECT SQRT(number) WHERE number IN (4,9,16,25)
It will return several lines of the course.
draca source share