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
.
uses additional options specified by one or more name-value pair arguments. For example,
data
= sqlfind(conn
,pattern
,Name,Value
)'Catalog',"cat"
finds all table types in the "cat"
catalog.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2020b