Data Quality Wizard
DbTableMetadata — Table Details
| Category | Data Profiling |
|---|---|
| Syntax | DBTableMetadata(connection Conn, scalar Table1, Table2...) |
| Arguments | |
| connection Conn | Data connection |
| scalar Table1, Table2... | Table names from the connection |
Example
DbTableMetadata($MyConn$, "Customers")
Returns the metadata of the table "Customers" using the connection "MyConn".