Loading...
 
Skip to main content

Features / Usability


Custom SQL Plugin

posts: 12 Norway

Hi

How would I go about creating a SQL Plugin that can pass on a value to be used in an static SQL expression?

E.g.:

{MySQLPlugin(>300)} would pass 300 to an already predefined SQL expression; typically a WHERE clause and the corresponding result is displayed on the Wiki Page.

Currently I'm using the DSN feature and manually typing the SQL, but it would be nice to simplify as much as possible.