Hi,

I have a Mysql table of texts in different languages :
id_readme
id_script (the object that the text describes)
id_language (the language the text is written in)
etc.

So two texts may have the same id_script but with different id_language.

I need to retrieve the list (without duplicate) of id-script that are described in one language and NOT in another.


Is there hope ? Any help would be welcome.

Chris

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to