mysql中可以查询英文却查不了中文的数据
2个回答
展开全部
这种情况大多数是编码不统一造成的,数据库建表时和 查询传入的参数都用GBK就好了
mysql> SELECT * FROM `har_data`.`month_detail` where employee_status like '%休假
%' ;
+-----------------+-------------+-----------+------------+----------+----------
+-------------------+-----------------+
| monthdetail_key | employee_id | date_year | date_month | date_day | date_type
| employee_worktime | employee_status |
+-----------------+-------------+-----------+------------+----------+----------
+-------------------+-----------------+
| 6217 | 1933 | 2012 | 12 | 3 | 平日
| - | 年休假 |
| 6218 | 1933 | 2012 | 12 | 4 | 平日
| - | 年休假 |
mysql> SELECT * FROM `har_data`.`month_detail` where employee_status like '%休假
%' ;
+-----------------+-------------+-----------+------------+----------+----------
+-------------------+-----------------+
| monthdetail_key | employee_id | date_year | date_month | date_day | date_type
| employee_worktime | employee_status |
+-----------------+-------------+-----------+------------+----------+----------
+-------------------+-----------------+
| 6217 | 1933 | 2012 | 12 | 3 | 平日
| - | 年休假 |
| 6218 | 1933 | 2012 | 12 | 4 | 平日
| - | 年休假 |
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询