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 gkittelson 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: *

  1. bchaigne

    update table from a query result

    Try : update records set thisfield="beer" where rec_id in (select rec_id from records where condition=true); This query must be ok
  2. bchaigne

    Execution timeout

    Hello, I've got a problem with MySQL configuration. Each query that lasts more than 300 seconds is interrupted. I executed the query with the MySQL interface, so it doesn't come from PHP settings (nore Appache). The error message says : "ERROR 1064: Check Mysql [...] Fatal error: Maximum...

Part and Inventory Search

Back
Top