IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
    <sqlquery>sqlquery<sqlquery>sqlquery
    <sqltable>sqltable<sqltable>sqltable
    <sqloutput>sqloutput<sqloutput>sqloutput
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<sqltable> </> SQL

 

Creates an HTML or ASCII table from the results of an SQL query.

ascii
Create an ASCII table rather than a HTML table. Useful for interacting with the <diagram> and <tablify> tags.

host=database
Which database to connect to, usually a symbolic name. If omitted the default database will be used.

query
The actual SQL-query.

quiet
Do not show any errors in the page, in case the query fails.

parse
If specified, the query will be parsed by the RXML parser. Useful if you wish to dynamically build the query.

 

Attributes

ascii
Create an ASCII table rather than a HTML table. Useful for interacting with the <diagram> and <tablify> tags.

host=database
Which database to connect to, usually a symbolic name. If omitted the default database will be used.

query
The actual SQL-query.

quiet
Do not show any errors in the page, in case the query fails.

parse
If specified, the query will be parsed by the RXML parser. Useful if you wish to dynamically build the query.

Country	Population



"=> >

Country Population

 

Example


Country	Population



"=> >

Country Population