Jump to content

Case Sensitive QUERY


johnrb87

Recommended Posts

Hi

 

I have a database table which holds the names of people, some names require ascents and special characters, so we have stored the data as VARBINARY and with NO "Collation" as this seems to work the best at storing the original data.

 

I then do a QUERY like

 

SELECT * FROM `names` WHERE `surname` = 'Zams'

 

and it works and I get 8 results back

 

If I then do a QUERY like

 

SELECT * FROM `names` WHERE `surname` = 'zams'

 

and switch the keyword to lowercase (zams), then the QUERY comes back and fails

 

I have been told to put

 

COLLATE SQL_Latin1_General_CP1_CI_AS

 

just before

 

= 'zams'

 

but that doesn't work and comes back with problems

 

can anyone help?

 

thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.