RDB/MySQL
MySQL spool output
세모데
2020. 7. 8. 11:58
If you need to output the result of query, you have to do the following.
mysql > tee output.text;
mysql > select * from employees;
mysql > notee;