Hey all
Is there any way to create the Custom Datatype in MySQL?
To create the Customdata Type in Oracle, I am using the Following Syntax.
CREATE OR REPLACE TYPE <type_name> AS OBJECT (
<column_name> <data_type>,
<column_name> <data_type>);
Not sure, but is there a way??
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --