You are looking after CURSOR, this is an object that is browsing your table line after line. cursor c1 IS SELECT column1, column2 FROM ...
確定! 回上一頁