Sharing DBA experience to all -- Oracle,MS SQL, DB2 , Netezza DBA,postgreSQL,AWS Redshift,MySQL,oracle SAP
Spooling SQL query Output in a File in MySQL & MariaDB
mysql> use testdb;
Database changed
mysql> tee testspool.txt;
Logging to file 'testspool.txt;'
mysql> select name from emp;
mysql> notee
Outfile disabled.
No comments:
Post a Comment