On 17 September 2014 09:25, Jean MAURICE <[email protected]> wrote: > Another point : it's better to use local aliases in your query at least for > the human being reading it : > > Select h.date, h.invnum, h.prodcode, h.qty, s.name ; > From winhist h Inner join winstocks s on h.prodcode = s.prodcode > Where h.date > repdate
I disagree. This is very unreadable. -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CADwx0+JJnObx2PEd7UG9owAHE6yhCfc_kMo5=qsmcjzglbk...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

