|
<sqlquery>
<sqltable>
|
<sqltable/>
Creates an HTML or ASCII table from the results of an SQL query.
Attributes
- ascii
-
Create an ASCII table rather than a HTML table. Useful for
interacting with the diagram and tablify tags.
- host
host=database
-
Which database to connect to, usually a symbolic name set in the
module. If omitted the default
database will be used.
- query
query=SQL statement
-
The actual SQL-statement.
- parse
-
If specified, the query will be parsed by the RXML parser.
Useful if you wish to dynamically build the query.
|
|