MYSQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
keerthika
Forum Newbie
Posts: 10
Joined: Wed Nov 05, 2008 7:07 am

MYSQL

Post by keerthika »

Which datatype is case sensitive in MYSQL database,can any one help me please
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: MYSQL

Post by requinix »

All of them. Depends on collation and what you use for comparison.
keerthika
Forum Newbie
Posts: 10
Joined: Wed Nov 05, 2008 7:07 am

Re: MYSQL

Post by keerthika »

thanx for your help tasairis
Post Reply