[snip]
While writing a Script file for Batch execution, Suppose I just wanna
print
a comment on screen how should I do that.. ?

( I want and output Comment on Screen )

Can any one suggest rather than using a SELECT statement to print an out
put
on screen for the same purpose..
[/snip]

Depending on the batch or script language you can usually use an echo
statement to send output to stdout

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to