Re: [PHP-DB] sql query problem

2002-06-14 Thread SenthilVelavan
Hello Chip, Could you please send your program to dig more.And also send your database schema. Do you want to select title,name from your_table_name where title='title1' and name='blue2'; Is the title and name field are unique.If it so,then the above query will helps you. Regard

RE: [PHP-DB] sql query problem

2002-06-14 Thread Ryan Jameson (USA)
The problem is they are parts of different rows. In a relational database rows only know about other rows through relationships. You have either: 1. Designed your database incorrectly. or 2. Are a genius with a unique concept that I do not grasp. <>< Ryan -Original Message- From: [EM