SQL_GET_TABLES
The SQL_GET_TABLES script element lists all database tables.
Syntax
SQL_GET_TABLES
Examples
All tables of the NORTHWIND database are retrieved:
SQL_GET_TABLES;
Result shown in the report:
dbo.Categories
dbo.CustomerCustomerDemo
dbo.CustomerDemographics
dbo.Customers
dbo.Employees
dbo.EmployeeTerritories
dbo.Order Details
dbo.Orders
dbo.Products
dbo.Region
dbo.Suppliers
dbo.Territories
See also: