MODIFY keyword in SQL SERVER -


does 'modify' keyword exist in sql server? preparing exam , have question in options there 'modify column' statement. googled no result, tried execute statement management studio did not let me.

thank you

in sql server, can alter table mytable alter column mycolumn. in mysql , oracle, syntax alter table mytable modify column.

see msdn docs on alter table.

currently, modify not reserved key word in sql server. however, linked article suggests, on list of future reserved words. microsoft not recommend using these words identifiers.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -