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.
古いデータベースを SQL Server にインポートしているときに、何千人もの人々に同じ名前と姓を付けることができました (素晴らしい私です)。全員の名の列を空白または言うために実行するスクリプトはありますFirst Nameか?
First Name
ありがとう
試す update [tablename] set [firstname] = ''
update [tablename] set [firstname] = ''