Lets see how CURSOR works with syntax. First we need to declare a CURSOR for a result set. DECLARE cur CURSOR FOR SELECT `firstName`
確定! 回上一頁