Changes between Version 26 and Version 27 of SqlQueryMacro


Ignore:
Timestamp:
Apr 26, 2020, 9:57:46 PM (4 years ago)
Author:
figaro
Comment:

Move example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • SqlQueryMacro

    v26 v27  
    66
    77This plugin allows you to execute an SQL Query against a configured database displaying a formatted table of results from within Trac.
     8
     9This macro can be used in one of two ways:
     10
     11{{{
     12{{{#!SQL
     13SELECT * FROM component
     14}}}
     15}}}
     16
     17or:
     18
     19{{{
     20[[SQL(SELECT * FROM component)]]
     21}}}
    822
    923See also:
     
    7488}}}
    7589
    76 == Example
    77 
    78 This macro can be used in one of two ways:
    79 
    80 {{{
    81 {{{#!SQL
    82 SELECT * FROM component
    83 }}}
    84 }}}
    85 
    86 or:
    87 
    88 {{{
    89 [[SQL(SELECT * FROM component)]]
    90 }}}
    91 
    9290== Recent Changes
    9391