It should also work in pl/sql as a 'insert into table as select...'.
declare
--whatever you need
begin
insert into table1
as
select
a,
b,
a||b||e||f||d as c
from table2;
commit;
...
end;
/
Ok I think I figured it out but I made a mistake in my inserts above that need to be corrected. If you ran the dml and ddl from above, then also run this:
update np_data
set nps_key = 1
where nps_key <> 1;
commit;
select *
from nps a,
np_data b
where a.nps_key = b.nps_key
and...
I'm interesting in trying to figure out how to do this using regular expressions as I am trying to get more familiar with regular expressions in Oracle.
The standard value is listed as 4,5,6
The actual value received is 4,4,6
The match is because there are 3 numbers X,X,X AND that those three...
I need to compare values from one column (pvalue) to another column (pstnrd) that holds expected standard values that are complex. I want to use regular expressions. For example the standard is any variation of 4,5,6. A pvalue of 4,4,6 is true and a pvalue 6,8,4 is false when compared to the...
I tried deleting the ports and rebooting, still nothing.
In the bios, in IDE Configuration is where I see the option for "Onboard IDE Operate Mode". Enhanced mode or compatible mode are the options. Per the manual it seems that if I am using 2000/XP I need to use Enhanced mode, which...
In setup I switched it to allow P-ATA and S-ATA, didn't work. Then I tried P-ATA and still not working. In device manager there are 2 ports listed (com1 and com2) in Ports & LPTs. Both ports are enabled.
What am I forgetting?
How can I test my parallel port? I am unable to install my scanner or printer (both using this port). I am thinking the port is not working since I installed the same equipment on my old pc without problems.
Thanks.
The beeps should be telling you what type of mother board error occurred. Check the mother board manual for a list of error beeps to pinpoint the problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.