binary.test
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #
  2. # test sort,min and max on binary fields
  3. #
  4. create table t1 (name char(20) not null, primary key (name));
  5. create table t2 (name char(20) binary not null, primary key (name));
  6. insert into t1 values ("