aspnetuser
Technical User
I have the following set of data
id num
1 0
2 3
3 4
4 5
How can I determine the max id (4) then show in expression field (5) repeating for every record.
Like below:
id num expression
1 0 5
2 3 5
3 4 5
4 5 5
sql server 2000
id num
1 0
2 3
3 4
4 5
How can I determine the max id (4) then show in expression field (5) repeating for every record.
Like below:
id num expression
1 0 5
2 3 5
3 4 5
4 5 5
sql server 2000