Home » SQL & PL/SQL » SQL & PL/SQL » how to insert blob datatype
how to insert blob datatype [message #37587] Thu, 14 February 2002 22:01 Go to next message
sureshkumarsellappan
Messages: 1
Registered: February 2002
Junior Member
hi
how to insert blob datatype into the table after insert with empty_blob()
Re: how to insert blob datatype [message #37599 is a reply to message #37587] Fri, 15 February 2002 03:31 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
like this

update your_table
set blob_col=hextoraw('00FFAA00DD00')
where .....restriction goes here......
Previous Topic: package
Next Topic: Re: ORA-00937: not a single-group group function
Goto Forum:
  


Current Time: Fri Mar 29 10:32:47 CDT 2024