插入具有阿拉伯名称的列 [英] insert with columns having arabic names

查看:58
本文介绍了插入具有阿拉伯名称的列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个数据库,其中包含以英文名称命名的列和其他以阿拉伯名称命名的列

当我执行insert时我得到错误无效的列名

语句插入[A]。[dbo]。[员工](A,أ,ب,B)

从[B]中选择A,أ,ب,B。[dbo]。[员工]

أ和ب有nvarchar类型

有没有办法处理这个状态或英文列名只应该用?

i have a data base which has columns named with English names and others named with Arabic names
when i execute insert i got the error invalid column names
the statement is insert into [A].[dbo].[Employees](A,أ,ب,B)
select A,أ,ب,B from [B].[dbo].[Employees]
أand ب has nvarchar type
is there a way that handles this state or english columns names should only be used?

推荐答案

参见..

http://stackoverflow.com/questions/2226877/sql-query-alignment-change-when-arabic-characters-are-inserted [ ^ ]

http://stackoverflow.com/questions/2881682/how-to-insert-arabic-characters-into-sql-database [ ^ ]

http://raresql.com/tag/insert-arabic-data-in-sql/ [ ^ ]
See ..
http://stackoverflow.com/questions/2226877/sql-query-alignment-change-when-arabic-characters-are-inserted[^]
http://stackoverflow.com/questions/2881682/how-to-insert-arabic-characters-into-sql-database[^]
http://raresql.com/tag/insert-arabic-data-in-sql/[^]


这篇关于插入具有阿拉伯名称的列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆