mysql python utf8

2015-08-05 0 988
mysql python utf8
select * from test;

id		name
1		...
2		...
3		...
4		...

select * from test order by id desc;

id		name
4		...
3		...
2		...
1		...



增加id列


alter table TABLE_NAME add id int




create database Mr default character set utf8

create table TABLE_NAME default charset=utf8

set names utf8

遇见资源网 sql mysql python utf8 http://www.ox520.com/17777.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务