MySQL Forums
Forum List  »  Newbie

Object types in mysql
Posted by: Lella Rajendra
Date: March 19, 2015 03:10AM

Hi Team,
can any one help me on how we can create a new type in mysql?

For example, we can create a type in oracle as given below

CREATE OR REPLACE TYPE Test_OBJECT AS OBJECT
();

and we can create a collection type for the same as
CREATE OR REPLACE TYPE test_tab is table of Test_OBJECT;

Thanks in Advance!!

Rajendra :)

Options: ReplyQuote


Subject
Written By
Posted
Object types in mysql
March 19, 2015 03:10AM
March 19, 2015 10:50AM


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.