Activity overview
Latest activity by aorozco
DECLARE CURSOR
Hi, I was looking for a DECLARE CURSOR snippet but I couldn't find one, so I decided to create this basic one.DECLARE $CURSOR$--@VariablesDECLARE /*Cursor name*/ CURSORFOR /*Select Statement*/OPEN ...