Hi again, Im lost today. Does anyone know the sql to add comments to a field, I can do it for the table but not for each column within the table.
thanks again...
Does mysql support object datatypes as in Oracle?
ex..
This is the object (This is the SQL I need)
-- CREATE TYPE PERSON_TYPE AS OBJECT(bodyheight INTEGER, shoesize INTEGER)
This is where I want to use the object.
CREATE TABLE ACTIVITY (
CM_User_ID VARCHAR(40),
name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.