MySQL Forums
Forum List  »  Oracle

data struct mysql
Posted by: Do Anh Tuan
Date: October 20, 2010 09:50PM

I have a oject in ORACLE

CREATE OR REPLACE TYPE CHECKLIST AS OBJECT (
IDS INTEGER,
DES1 VARCHAR2(512)
)

and

CREATE OR REPLACE TYPE CHECKEDLST AS VARRAY(50) OF CHECKLIST

how can i define it in mySQL?

Options: ReplyQuote


Subject
Views
Written By
Posted
data struct mysql
3733
October 20, 2010 09:50PM
1920
October 21, 2010 12:46AM
1687
October 24, 2010 07:19PM
3304
October 25, 2010 01:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.