sql server - How to remove a column from an existing table? -


how remove column existing table?

i have table men fname , lname

i need remove lname

how it?

alter table men drop column lname 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -