Description
TheSHOW MODELS statement lists all models created in MindsDB.
Syntax
Here is how to list all models:models table.
SHOW MODELS statement lists all models created in MindsDB.
SHOW MODELS;
models table.
SELECT * FROM project_name.models;
Was this page helpful?