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.
独自のユニコード照合シーケンスを作成した既存のデータベースがあります。次のコードを使用しようとしていますが、「そのような照合シーケンスはありません」という例外が発生します。このコードで「collate nocase」を使用する構文を使用して任意のコマンドを実行できますか?
update Songs set SongPath = replace (SongPath, 'Owner.Funkytown', 'Jim');
データベースのダンプ (シェル経由)、出力 SQL の編集 (列定義の検索と変更、COLLATION NOCASE の設定)。データベースを再作成します。