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: steefmen
  • Content: Threads
  • Order by date
  1. steefmen

    Want to make a formula!!

    HELP!!! I want to Update a column in SQLServer I want to make a update, but i tried a lot. But it isnt working. Has to be something like this : Update F_omzet Set kostenplaatscategoriekey = '1' HAVING (inkoopomzet * 100 / SUM(inkoopomzet) >= 20 ) The table name = F_omzet. Every row = <NULL>...
  2. steefmen

    HELP!!! I want to Update a column in SQLServer

    I want to make a update, but i tried a lot. But it isnt working. Has to be something like this : Update F_omzet Set kostenplaatscategoriekey = '1' HAVING (inkoopomzet * 100 / SUM(inkoopomzet) >= 20 ) The table name = F_omzet. Every row = <NULL> inside of kostenplaatscategoriekey. The formula...

Part and Inventory Search

Back
Top