sql - CREATE TYPE on MySQL -


I can not create a new data type on MySQL, the query is given below

  Type person as object (name VARCHAR (30), SSN VARCHAR (9));  

How can I do this on MySQL

MySQL can not contain user-defined types I (at least, not in the current version.)


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

ruby on rails - Apipie interferes with proper error codes -