MySQL Forums
Forum List  »  Stored Procedures

Re: Mysql 8 stored procedure
Posted by: Zoltan Szmutku
Date: June 12, 2020 03:01AM

Hi,

I think the problem can be found about the

SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = 'teszt061122' AND TABLE_NAME = concat('bizonylat_torzs_2021');

command... Altough the table is there, but the field list answer sometimes void or defective.

So, the question for simple:

How can I force MySql 8 to refresh INFORMATION_SCHEMA informations?

Options: ReplyQuote


Subject
Views
Written By
Posted
2290
June 12, 2020 12:47AM
994
June 12, 2020 12:52AM
Re: Mysql 8 stored procedure
759
June 12, 2020 03:01AM
834
June 12, 2020 11:17AM
818
June 14, 2020 01:39AM
587
June 14, 2020 10:53AM
970
June 15, 2020 06:13AM
772
June 15, 2020 12:29PM
820
June 15, 2020 12:46PM


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.