![]() |
|
|
+ Search |
![]()
|
Aug 6th, 1999 22:17
Nathan Wallace, Adam Whitehead
Use the BINARY keyword on each column you want to be case sensitive.
ie. COLUMN_X CHAR(128) BINARY NOT NULL
Then it will use case sensitive searches and selects. It is important to
note that even if a column doesn't include the BINARY keyword, all data
is still stored in the correct case.