On Fri, 11 Aug 2006 17:00:35 +0100, James Harvard wrote > > need it with an underscore. Apart from that I agree with Douglas > Sims that what is most readable is best. > > select user_email, user_address, user_postcode from users where > user_id = %d; > # Hmm > > select email, address, postcode from users where user_id = %d; > # Less typing and more readable.
Good thing nobody is grading readability of the code samples submitted here:-) Barry -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
