sql - changing multiple column names with a single query -


In MS-Access, how to write a query / DDL to replace multiple column names with a single query.

You have to create a new table, copy data, old table drop

< P> does not support multiple ... Optional column segment

You can add more than one column at a time, then populate, then drop the old columns. Multiple ADDs are supported.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -