Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 sql_arithmetic op

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-17 : 16:26:46
amar writes "i want to update a row by deviding it on 6.559570 but it tells me that i need to use a query that could be reversed. i wounder why. the lines r as follows, thanx

UPDATE fogsh.RTC
SET RTC = (RTC\6.559570);"
   

- Advertisement -