barkley1979
Technical User
Is there an alternative to using the WHERE clause in SQL?
I am a complete beginner - I am basically using
SELECT * FROM * WHERE <criteria>
and that is about it. I have been told that the WHERE clause could potentially kill the server but the person telling me this cannot tell me why/how.
What alternatives do I have?
I am a complete beginner - I am basically using
SELECT * FROM * WHERE <criteria>
and that is about it. I have been told that the WHERE clause could potentially kill the server but the person telling me this cannot tell me why/how.
What alternatives do I have?