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

PLS-00103:次のいずれかが必要なときにシンボルのファイルの終わりが発生しました:;

    PL / SQLブロックでは、select文にintoが必要です。 条項:

    DECLARE
     v_department egpl_department.department_name%type;
    BEGIN 
      select department_name 
      into   v_department
      from   egpl_department 
      where  department_id in (select department_id from egpl_casemgmt_activity); 
    
      -- Do something useful with v_department
    END; 
    


    1. SQL-2つの列で同じ値を持つ行を選択します

    2. データベースメールアカウントをプロファイルに追加する(SSMS)

    3. MariaDB DAY()の説明

    4. docker-composestartupでデータベースを作成します