Main Content
sqlfind
Description
returns information about all the Table Types in a database where the
specified character pattern appears in the name of the table type. Executing this function
is the equivalent of writing the SQL statement data
= sqlfind(conn
,pattern
)SELECT * FROM
information_schema.tables
.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2020b
See Also
sqlread
| mysql
| close
| sqlinnerjoin
Topics
- Import Data from MySQL Database Table
- Customize Options for Importing Data from Database into MATLAB Using MySQL Native Interface
- Import Large Data Using DatabaseDatastore Object and MySQL Native Interface
- Create Table and Add Column Using MySQL Native Interface
- Delete Data from Database Using MySQL Native Interface