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.
テーブルから 5 つのフィールドを連結しています。しかし、その連結フィールドの結果セットは BLOB を示しています。お願いします。この問題を解決する方法を教えてください。
よろしくお願いします、クリシュナ!
文字列を取得するには、文字名で CONVERT または CAST 関数を使用します。
SELECT CONVERT(column_name USING latin1) FROM table_name;
CONVERT/CAST関数。