Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1から55までの同じ列名のテーブルがいくつかあります。それらを体系的に更新したいと思います。q1からq55またはs1からs55など。SQLを使用してそれを実現するにはどうすればよいですか?あなたのアドバイスは大歓迎です。
ありがとう。
ほとんどのデータベースは次をサポートしています。
alter table <tablename> rename column <dolname> to <newname>
これを行うスクリプトを Excel で生成して実行します。
SQL Server はこの構文をサポートしていません。代わりに、コマンドを使用できますsp_rename。繰り返しになりますが、Excel でステートメントを設定して一括で作成します。
sp_rename