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 和 name 的表。当我写时,名称字段存储阿拉伯名称,例如 مينا 和 محمد:
select * from tablename where name like '%مينا%'
没有输出,但我可以在写入时看到带有阿拉伯字符的表格:
select * from tablename
谁能帮我解决这个问题?