TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prashant Singh
NA
86
68.1k
If Sql is not case sensitive so how can i get desired result
Sep 13 2012 7:27 AM
Hello,
I want to know if SQL is not case sensitive then how can i get particular data.
such as:-
In "EmployeeDetail" table there a "employee1" whose password is "NeWdElHi"
and other "employee2" whose password is "newdelhi" and
if i want data according to "Password" field and want result of "employee1"
so how can i get desired result?
Because if we write query that "select EmpName from EmployeeDetail where password='NeWdElHi' "
i get both values.
Thanks
Prashant Singh
Reply
Answers (
4
)
cmd in SQL server
how to create a view .is it possible to insert in view with example query.what is view why we use view