Long raw type column : Long « Data Type « Oracle PL / SQL






Long raw type column

  

SQL> CREATE TABLE myTable (
  2    id              INTEGER PRIMARY KEY,
  3    long_raw_column LONG RAW NOT NULL
  4  );

Table created.

SQL>
SQL> drop table myTable;

Table dropped.

   
    
  








Related examples in the same category

1.Set long: query a table or view that has a LONG column
2.Change column type from long to clob
3.Demonstrate a method of converting to a LONG column to CLOB:
4.Conversion of Longs to LOBs
5.Insert char value to long type column
6.Long type column