Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Server > pl/sql: test if...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 10 Topic 16622 of 17418
Post > Topic >>

pl/sql: test if record is empty

by steph <stephan0h@[EMAIL PROTECTED] > May 27, 2008 at 03:45 AM

oracle 10G

I apparently overlooked it in the manuals - so please be patient ...

How can I test if a record is empty?

I expected it to work like this:

declare
  o_rec mytab%ROWTYPE;
begin
  if o_rec.empty then
    dbms_output.put_line('empty');
  end if;
end;

.... but it does not.

Thanks,
stephan
 




 10 Posts in Topic:
pl/sql: test if record is empty
steph <stephan0h@[EMAI  2008-05-27 03:45:25 
Re: pl/sql: test if record is empty
"fitzjarrell@[EMAIL   2008-05-27 07:03:22 
Re: pl/sql: test if record is empty
steph <stephan0h@[EMAI  2008-05-27 08:06:21 
Re: pl/sql: test if record is empty
Robert Klemme <shortcu  2008-05-28 01:46:15 
Re: pl/sql: test if record is empty
Mladen Gogala <mgogala  2008-05-28 08:54:33 
Re: pl/sql: test if record is empty
steph <stephan0h@[EMAI  2008-05-28 04:34:20 
Re: pl/sql: test if record is empty
Vince <vinnyop@[EMAIL   2008-05-28 09:43:50 
Re: pl/sql: test if record is empty
steph <stephan0h@[EMAI  2008-05-29 03:29:22 
Re: pl/sql: test if record is empty
Donkey Hot <spam@[EMAI  2008-05-29 18:28:13 
Re: pl/sql: test if record is empty
Vince <vinnyop@[EMAIL   2008-05-29 16:16:16 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 15:49:03 CST 2008.