Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
Hello folks,Is it possible to fuse an if-else statement with a select statement i.e update tableif column = 1set column = 2elseif column > 1set column = 3