|
|
TEE statement in mysql - Mysql
|
Views : 1554
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
The TEE statement may be used to log output from your SQL statements to a text file. The following command copies all output to the file query.txt so you can examine the results of running your queries.
mysql> TEE query.txt
You can turn off logging using the NOTEE statement.
mysql> NOTEE |
|
By Rekha, On - 2009-04-02 |
|
|
|