Changes between Version 4 and Version 5 of WikiTableMacro


Ignore:
Timestamp:
Jan 20, 2010, 2:39:11 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Adding example use of SQLScalar macro

Legend:

Unmodified
Added
Removed
Modified
  • WikiTableMacro

    v4 v5  
    3737The result will be a table.
    3838
     39Use the SQLScalar macro:
     40
     41{{{
     42    {{{
     43    #!SQLScalar
     44        SELECT count(id) as 'Number of Tickets'
     45        FROM ticket
     46    }}}
     47}}}
     48The result will be a single number.
     49
    3950== Recent Changes ==
    4051