Description
TheSELECT * FROM files.file_name statement is used to select data from a file.
First, you upload a file to the MindsDB Editor by following
this guide. And then, you can
CREATE MODEL from the uploaded file.
Syntax
Here is the syntax:| Name | Description |
|---|---|
file_name | Name of the file uploaded to the MindsDB Editor by following this guide. |
column | Name of the column from the file. |
Example
Once you uploaded your file by following this guide, you can query it like a table.CREATE MODEL command here.