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.
.csv ファイルにセル値 "80/90" があります。
SQL Assistant を使用して Teradata にインポートすると、値が「?」と表示されます。
指定された列のデータ型は CV (Character Variable Length) でした。
これを解決するにはどうすればよいですか?
フィールドのデータ型を Excel とテーブル (データを挿入するテーブル) の両方でテキストに変更すると、機能します。
CV の代わりにデータ型として varchar を使用します。