David Dooling wrote:
>> 2) rewrite my Makefile that I've been using for years to handle
>> different versions of 'make'
> 
> Why are you splitting quotes over multiple lines?

Readability, especially for long SQL statements.  Something like this:

mysql -e 'select {long list of fields}
  from { long list of tables}
  where { long list of conditions }
  order by { long list of fields } '

Regards,
- Robert




 
_______________________________________________
CWE-LUG mailing list
[email protected]
http://www.cwelug.org/
http://www.cwelug.org/archives/
http://www.cwelug.org/mailinglist/

Reply via email to