Nebrom
2009-02-20 02:47:15 UTC
columun names( firsname, email, location)
create table mytable(firstname varchar(30),email varchar(40), location(100)); this is normal creating table.
but i need to add (city,state, and country,)under location column, so how can i do that)
so that under the "location" column i will have three column under it.
these are "city, state, and country" so if possible how can i do that?
thanks