mysql> select tnid from fr_strings where sid NOT IN (SELECT sid from fr_tr_by_uid where uid = 1 and language = 'es');
If you have a non-nested solution for this problem, I'd still love to see it!
Tidbits about how to do things so that I won't forget. Some might even be useful to other folks, who knows? Topics: Linux, svn, php, shell scripting... and whatever else is in the tags
mysql> select tnid from fr_strings where sid NOT IN (SELECT sid from fr_tr_by_uid where uid = 1 and language = 'es');
No comments:
Post a Comment