rorx / redmine_wiki_sql

Redmine plugin that allows you to run SQL queries and have them shown on your wiki in table format
http://rodrigoramalho.com/redmine-wiki-sql-plugin/
11 stars 13 forks source link

SQL Macro error #6

Open syendluri opened 11 years ago

syendluri commented 11 years ago

Why am I getting the following error:

Error executing the sql macro (wrong number of arguments (2 for 3))

I am running the following query: select i.id as 'ResolvedtoInProgress',i.Subject from journal_details jd,journals j ,issues i where jd.journal_id = j.id and j.journalized_id = i.id and (jd.old_value = 3 and jd.value = 2) LIMIT 0,5000;

syendluri commented 11 years ago

I am running 1.4.3(Stable) version of redmine