MySQL Forums
Forum List  »  MySQL Administrator

user define datatype
Posted by: Hanh Cao
Date: October 25, 2010 01:10AM

In Oracle 10g i have a define as:

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

How can i define in mysql ? plz help me. thanks

Options: ReplyQuote


Subject
Written By
Posted
user define datatype
October 25, 2010 01:10AM


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.