mysql query question
am 05.02.2008 17:38:45 von Kiran Annaiah--_23704e46-fdf9-45d6-83c0-c3a170063a74_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello Here is the query i want to run select * from TABLEA where chipid in(=
'1873031558') and chip_section in('A') but with multiple values of chipid =
and its corresponding chip_section values (i have about 3000 of them) selec=
t * from TABLEA where chipid in('1873031558', '1887262626') and chip_sectio=
n in('A','A') so the result should return only the rows which satisfy the A=
ND condition (1st chipid with 1st chip_section) , (2nd chipd with 2nd chip_=
section) BUt, the result just returns all rows which match chipid and ignor=
es the chip_section.
=20
Is this something that needs to be run as a loop using a stored procedure?
=20
=20
=20
=20
-K
____________________________________________________________ _____
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=3DTXT_TAGHM_Wave2 _sharelife_0120=
08=
--_23704e46-fdf9-45d6-83c0-c3a170063a74_--