Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MySqlRuben
  • Content: Threads
  • Order by date
  1. MySqlRuben

    SELECT and UPDATE?

    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...
  2. MySqlRuben

    Multiple Selects - what's the best approach?

    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...

Part and Inventory Search

Back
Top