There is no difference. In both cases you are checking to see if 1350 is greater than money. It doesn't matter what order they are so long as you are using the correct comparison operators. The following however would be different
Code:
SELECT firstname,lastname FROM members WHERE money > 1350
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||