close

dynamic SQL:

execute immediate 'select count(columnName) from table where ...' into variable;

non-dynamic SQL:

select count(columnName) into variable from table where ...;


arrow
arrow
    全站熱搜

    Big Bear 發表在 痞客邦 留言(0) 人氣()