binary.test
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:

MySQL

Development Platform:

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 ("