There is a request
ALTER TABLE jos_md_catalog_model MODIFY {"label":null,"type":null,"lookup_table":"jos_md_catalog_year","lookup_nameas":null,"lookup_idas":null,"lookup_filter":null} COMMENT '';
If the connection string contains a base, then everything works fine. If not specified, the No Select Database
crashes accordingly. I finalized all other queries with an indication of a specific database, using key phrases such as FROM, IN. And with this request, I did not find such an option.
alter table db_name.table_name ...
- Mike{"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{""label"":null,""type"":null,""lookup_table"":""jos_md_catalog_year"",""lookup_nameas"":n' at line 1"}
- Dmitry Gvozd