What I want is to be able to select all columns from the article table and autors table, based on the article name, and, at the same time, update a field in the article table. I really dont know if its even possible to do that in one single query.
Hi!
I'm a newbie in MySql, so please bear with me. What I want is to select all the informations concerning a specific article, and then to update a field of the resulting query. So, with some help I managed to do something like this
$query = sprintf("SELECT CONCAT('UPDATE articles SET...
Thanks ESquared for the reply. I must say that I dont understand much of what you just posted. From what I'm understanding, I think that the statement selects all the columns from the autors table and from the articles table and then joins them (?) If you could explain: what the T and A means...
Hi!
I'm really new to MySql and I was wondering if someone could help get a better understanding of the mechanics of this language.
For example, I have two tables: one called 'articles' and other called 'autors'. What I want is to select all the columns from the 'articles' table, based on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.