Home

Contact us

Select one of our offices:

Or search for a person:

Or select department:

Feil i uttrykket declare cursor c_dims is SELECT lang_us, dimension_id, parent_id FROM dimensions START WITH dimension_id = CONNECT BY PRIOR parent_id = dimension_id and dimension_id <> 4699 and parent_id <> 2156 order by dimension_id asc; l_count number := 0; begin htp.p('

'); for c_row in c_dims loop if l_count = 0 then htp.p(c_row.lang_us); else htp.p('/'||c_row.lang_us); end if; l_count := l_count + 1; end loop; htp.p('

'); end; : ORA-06550: linje 1, kolonne 159: PL/SQL: ORA-00936: uttrykk mangler ORA-06550: linje 1, kolonne 40: PL/SQL: SQL Statement ignored