Code:
SELECT id, doorid, d.name, d.zone, d.dest_zone FROM doors d WHERE d.name like "POK%" AND d.zone = "poknowledge" AND d.dest_zone IN ("misty", "steamfont", "tox") ORDER by d.dest_zone ASC;
That should give you enough info to just change the dest_zone for the clicky.