problem description
 I want to copy the following code into wps 
 
wps:
 
 
mysql> show tables from employees;
+----------------------+
| Tables_in_employees  |
+----------------------+
| current_dept_emp     |
| departments          |
| dept_emp             |
| dept_emp_latest_date |
| dept_manager         |
| employees            |
| salaries             |
| titles               |
| tmp_class            |
| tmp_teacher          |
| tmp_user             |
+----------------------+
is out of alignment. Do you know how to handle it?
