Options

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
Tagged:

Answers

Sign In or Register to comment.