Forum Moderators: coopster
Select * from Bb Where Pd = '104' AND MsgFrom = 'umer@example.Com' AND TO = 'umer@example.com'
When i add AND two times in query it show me erro, Anyone can help me out that how can i check that on BB where Pd is 104 and msgfrom is Umer@example.com and to field is equal to umer@example.com
Thanks in Advance
[edited by: eelixduppy at 1:42 pm (utc) on June 24, 2007]
[edit reason] example.com [/edit]
Select * from PD = 'umer@examle.com' WHERE parentbd = '104' and msgfrom = 'umer@example.com' and msgto = 'san@example.com'
Or and also Reversily like
Select * from PD = 'umer@examle.com' WHERE parentbd = '104' and msgfrom = 'san@example.com' and msgto = 'umer@example.com'
You mean this one?: [webmasterworld.com...] :)