MySQL Forums
Forum List  »  Newbie

Re: Inserting a MySQL select result not working? part 2
Posted by: Amanda J
Date: October 25, 2017 08:49PM

sorry

mysql> analyze table fao_capture;
+---------------------+---------+----------+----------+
| Table               | Op      | Msg_type | Msg_text |
+---------------------+---------+----------+----------+
| possbil.fao_capture | analyze | status   | OK       |
+---------------------+---------+----------+----------+
1 row in set (0.05 sec)

mysql> analyze table fao_avg_cc;
+--------------------+---------+----------+-----------------------------+
| Table              | Op      | Msg_type | Msg_text                    |
+--------------------+---------+----------+-----------------------------+
| possbil.fao_avg_cc | analyze | status   | Table is already up to date |
+--------------------+---------+----------+-----------------------------+
1 row in set (0.00 sec)

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.