You might come close by using a combination of tee, select, and notee commands. You didn't say if this was for debugging, which would tolerate a lot of ugly, or not.
Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -----Original Message----- From: Stephen Cook [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 8:09 PM Cc: Jesse; MySQL List Subject: Re: Outputting text in a There apparently isn't a PRINT or RAISERROR function like there is in SQL Server, I've asked about this before. I created a stored procedure to dump debug text into a table (which is timestamped) and another to output the rows in there in a SELECT. It isn't the same but it's something. Dan Buettner wrote: > Sure - in your sql script, put in > SELECT "text to the screen"; > > Dan > > On 8/23/06, Jesse <[EMAIL PROTECTED]> wrote: >> Is it possible to output text to the screen from a .sql script? If >> so, how? >> >> Thanks, >> Jesse >> >> -- >> MySQL General Mailing List >> For list archives: http://lists.mysql.com/mysql >> To unsubscribe: >> http://lists.mysql.com/[EMAIL PROTECTED] >> >> > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]