How to iterate through multiple $CURSOR$ placeholders

I have this simple snippet
SELECT * FROM $CURSOR$
WHERE $CURSOR$ = $CURSOR$
I'd like to be able to enter the table name and then jump to the first half of the conditional and then the second half of the conditional
SELECT * FROM $CURSOR$
WHERE $CURSOR$ = $CURSOR$
I'd like to be able to enter the table name and then jump to the first half of the conditional and then the second half of the conditional
Tagged:
Answers