I was wondering whetehr, when using the SQL plugin
field, I can use the ID of the current article I'm viewing as a WHERE
conditon. So for example WHERE table.id = '$cck->id';
hello. I used a Before Render plugin in the end and did the sql query in there. I added the article ID i field on the content view so i could use it as a 'where' in the sql query.