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.
ID と名前の 2 つのフィールドを持つテーブルがあります。名前フィールドには、次のように書くと مينا や محمد などのアラビア語の名前が格納されます。
select * from tablename where name like '%مينا%'
出力はありませんが、書き込み時にアラビア文字を含むテーブルを見ることができます:
select * from tablename
誰かがこの問題を解決するのを手伝ってくれますか?