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

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -