On Sun, May 22, 2011 at 17:38, tedd <tedd.sperl...@gmail.com> wrote:
> SELECT p.id, p.name, a.total FROM people p, accounts.a WHERE gender = 'male'
>

Finding the error in the above code is fun. I'm surprised I spotted,
it shows how sensitive one gets to debugging.

For that matter, I like the OP's practice of redundancy in the name of
consistency. If nothing at the least, it gets us used to looking at
the code to debug as above.


-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to