sql >> データベース >  >> RDS >> Oracle

pl/sqlでの例外処理

    ネストされたブロックを作成できます:

    create or replace procedure Trial
        is 
    Begin
      begin
        ---Block A--
      EXCEPTION
        when others then
          insert into error_log values('error');
      end;
      begin
        --Block B ----
      end;
    end;
    


    1. mysql_escape_stringが非常に推奨されないのはなぜですか?

    2. 複数の結果を1つにまとめる

    3. SQLServerで現在使用されている言語を取得する

    4. MysQlエラー:パラメータ番号が無効です