Hi. On Thu, Feb 28, 2002 at 07:39:04PM -0500, [EMAIL PROTECTED] wrote: > Is there any way to print (to a printer) an ORDERed SElECT directly from
No. MySQL is an RDBMS, not an printing tool. > MySQL without the use of scripting or programming? Well depends on how you define this... You didn't mention the operating system used. With UNIX you could write something like mysql db_name -e "SELECT * FROM table1 WHERE foo=bar ORDER BY foo" | lpr I don't know if there is an equivalent for MS Windows, but it's probable. Bye, Benjamin. -- [EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php