I did a test with a country and state as example, just the field name should work fine:
you should use :
Select JournalGuid, JournalName from RSS_Journal
WHERE JournalGuid != {%JournalSelection%} ORDER BY JournalName
if JournalSelection is the field name and it is int. May be it is string and you need quotes?