Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Inserting into types on Oracle8

Inserting into types on Oracle8

From: Mike Streeton <mikes_at_crazydiamondcorp.demon.co.uk>
Date: 1997/07/24
Message-ID: <3eFSTCAke71zEwrw@crazydiamondcorp.demon.co.uk>#1/1

Hi, a quick RTFM request having created a type:

create type x (a number, b varchar2(10));

create a table containing the type:

create table y (c x, d varchar2(10));

How do you insert values into column c in the table y?

TIA Mike

-- 
Mike Streeton
Received on Thu Jul 24 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US