php-db | 2001041
Date: 04/13/01
- Next message: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Previous message: Phil Jackson: "Re: [PHP-DB] sessions and page has expired warning"
- In reply to: Sharmad Naik: "[PHP-DB] SELECT query"
- Next in thread: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Reply: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Have you thought about normalizing your data model? It could make your
task a lot easier.
Doug
At 11:33 PM 4/13/01 +0530, Sharmad Naik wrote:
>I have three table called table1, table2, table3 all having fields like:
>table1 contain id and username and id referencing table4
>table2 contains id and parallel_username and id referencing table4
>table3 contains id and other_username and id referencing table4
>table4 is the main table containing id as primary key
>I want to develop a search engine which shows unique record after searching
>all the three table but shouldn't contain multiple answers for same SEARCH
for
>username
>Pls help me,
>
>-Regards
>Sharmad
>--
>The secret of the universe is @*&í!'ñ^#+ NO CARRIER
>__ _ _ _ _
>|_|_||_||_||\/||_|| \
>_|| || || \| || ||_/
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Previous message: Phil Jackson: "Re: [PHP-DB] sessions and page has expired warning"
- In reply to: Sharmad Naik: "[PHP-DB] SELECT query"
- Next in thread: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Reply: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

