Thread
:
Data slection based on multiple conditions
View Single Post
#
3
(
permalink
)
28th July 2008, 08:50 PM
esakiraja
CE - Apprentice
I'm a Crazy
Computer Tech
Engineer
Join Date: 28th July 2008
Location: Hyderabad
Posts: 11
Re: Data slection based on multiple conditions
Think this below eg will help u...
Eg: select * from tablename where primarykey(column) = 'value'
and column2 = 'value'
and column3 = 'value'
esakiraja
View Public Profile
Find More Posts by esakiraja