Please help me to create domain in MySQL. I have tried to run the followoing statement in MySQL but got syntax error: create domain age as int(2);
|
|
|
|
|
|
|
MySQL doesn't support user-defined domains, so its not possible to run a |
|||
|
|
Your syntax is not ok. I don't think that CREATE DOMAIN is supported by MySQL. |
|||
|
|
