{"id":359,"date":"2022-11-07T19:17:19","date_gmt":"2022-11-07T11:17:19","guid":{"rendered":"https:\/\/www.tianjm.cn\/?p=359"},"modified":"2023-03-26T18:07:13","modified_gmt":"2023-03-26T10:07:13","slug":"oracle-%e5%be%aa%e7%8e%af","status":"publish","type":"post","link":"https:\/\/www.tianjm.cn\/?p=359","title":{"rendered":"Oracle \u5faa\u73af"},"content":{"rendered":"\n<p>foreach \u5faa\u73af<\/p>\n\n\n\n<p>declare<br>cursor cur is<br>select * from &#8220;m_user&#8221;;<br>urow &#8220;m_user&#8221;%rowtype;<br>begin<br>dbms_output.enable(1000000);<br>for urow in cur<br>loop<br>dbms_output.put_line(&#8216;id=&#8217;||urow.&#8221;id&#8221;);<br>end loop;<br>end;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>for\u5faa\u73af<\/p>\n\n\n\n<p>FOR REC IN (SELECT * FROM DUAL) LOOP<\/p>\n\n\n\n<p>END LOOP;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>DECLARE<br>str Varchar(10);&#8211; \u5b9a\u4e49\u4e00\u4e2a\u5b57\u7b26\u4e32\u53d8\u91cfstr<br>BEGIN<br>str := &#8216;123&#8217;;<\/p>\n\n\n\n<p>for i in 1 .. 100 loop<br>sys.dbms_output.put_line(str || i);&#8211; \u6253\u5370\u8be5\u5b57\u7b26\u4e32<br>end loop;<br>commit;<br>END;<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>foreach \u5faa\u73af declarecursor cur issel&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=\/wp\/v2\/posts\/359"}],"collection":[{"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=359"}],"version-history":[{"count":4,"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=\/wp\/v2\/posts\/359\/revisions"}],"predecessor-version":[{"id":415,"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=\/wp\/v2\/posts\/359\/revisions\/415"}],"wp:attachment":[{"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=359"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=359"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tianjm.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}