Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, August 23, 2017

Using Dynamic Query in a Transact SQL Select

SQLServerCentral » Latest topics
Using Dynamic Query in a Transact SQL Select
Hi Guys,
I am trying to calculate formula  using SQL Server 2016.
How can I get the result of a Formula within a Select Statement like this:
[code language="sql"]
CREATE TABLE #tblFormula (C1 I

No comments: