For example, I have table with a column ID as seen below:
ID
------
1
2
3
4
How can I query so I can get 4?
I'm using SQL Server 2012
|
For example, I have table with a column
How can I query so I can get 4? I'm using SQL Server 2012 |
||||
|
|
|
You should use And you should be able to accomplish that using code like this:
|
||||
|
|