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

    Grouping resoults

    Hello, I have an query that selects some records from a database what need to be grouped by an ID value. I can have multiple records with the same ID and they need to be grouped by it, an example: an array from query would be: 1. 1 record one 2. 1 record two 3. 8 record one 4. 8 record two 5...
  2. MilanInside

    mySQL downgrade

    I have a bit of an issue here, and I would appriciate any help and ideas... The problem is that I need to move some accounts (about 200) from cpanel to plesk, I have mySQL 4.1 on cpanel and for some reason I cant upgrade to 4.1 on Plesk. If I try to move the accounts, databases do not get...
  3. MilanInside

    mySQL query problem

    Hello, first time poster here ;) I have an query that just increases some values in a table, and I perfer to do it in the query itself (and not by reading the vaules before). The query is: mysql_query("UPDATE galerije SET ocjena_glasova = ocjena_glasova+1 AND ocjena_ukupno =...

Part and Inventory Search

Back
Top