阅读背景:

位字段上的group_concat()在Mysql中返回垃圾

来源:互联网 

Table Structure

CREATE TABLE `academicyears` (
  `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `campusid` int(11) DEFAULT NULL,
  `academicyear` text NOT NULL,
  `month` tinyint(4) DEFAULT NULL,
  `flag` bit(1) DEFAULT b'1',
  PRIMARY KEY (`id`)
);
CREATE TABLE `academicyears` 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: