Yes, precisely, that's what I'm looking to accomplish. But I get lost in my 'WHERE' clause since I'm looking to affect 'rows' (attribute 33, and 34) for each userid WHERE attribute 14 is LIKE...
Sometimes we really 'think it too hard'... OK, this one is closed. Let me add this tidbit for other's future reference: since I have rows with names different than 'att', and I didn't want...
No, no, no... sorry... let me clarify. The data parts of my example are just to reflect 'some data'. You should view them more as variables, not as the actual data itself. I just...
I've just posted a more specific question about the equivalent of EXCEPT clause for mysql, but I would like to get help on the right keywords to search for in order to learn how to perform...
I am a TOTAL newbie to PHP. Using it mainly for a few forms handling (through purchached scripts) and managing our customers database with PHPlist. So far I've been successful installing and...
I am a TOTAL newbie to PHP. Using it mainly for a few forms handling (through purchached scripts) and managing our customers database with PHPlist. So far I've been successful installing and...
Yes I did and it works fine. Except when I used the JOIN query, I was able to use the alias name (e.g. cust_city in this case) and the query worked fine. Now it seems like I can only use the...
Thank you so much NogDog, this is EXACTLY what I've been looking for, for way too long before finding this forum! I can now understand the logic of my tables and query them as I please by trial and...
Hi, I'm fairly new to SQL, using MySQL 5 with PHP 4, and PHPList to be more specific. I am access my tables and creating queries directly using SQLyog client. Since I don't even no how to 'name' my...