so_damn_insane (so_damn_insane) rakstīja, @ 2008-10-03 10:32:00 |
|
|||
Entry tags: | ora |
a mums resursu daudz (wtf)
select nvl( (select name from B where id = a.b_id)
,nvl((select name from A where id = a_from.id)
,(select reg_name from A where id = a_from.id))
)
from a a_from