User Tools

Site Tools


kurs:dbms_sql_mit_fetch_und_cursor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
kurs:dbms_sql_mit_fetch_und_cursor [2014/09/10 21:22]
127.0.0.1 external edit
kurs:dbms_sql_mit_fetch_und_cursor [2018/08/24 15:15] (current)
admin
Line 48: Line 48:
           on d.department_id = e.department_id where '​||chr(10);​           on d.department_id = e.department_id where '​||chr(10);​
    if p_first_name is not null then    if p_first_name is not null then
 +   
 +-- https://​xkcd.com/​327/​
      v_sql := v_sql || ' first_name = '''​|| p_first_name      v_sql := v_sql || ' first_name = '''​|| p_first_name
              ​||'''​ and '​||chr(10);​              ​||'''​ and '​||chr(10);​
kurs/dbms_sql_mit_fetch_und_cursor.txt ยท Last modified: 2018/08/24 15:15 by admin