Given table
planGraf
with fields
regNum inn xml vNum
for this query SELECT * FROM dbo.planGraf WHERE regNum='01213213545447' OR inn='546488421'
prints 2 lines with different vNum. How to write a cast to display a string on the maximum vNum?
Given table
planGraf
with fields
regNum inn xml vNum
for this query SELECT * FROM dbo.planGraf WHERE regNum='01213213545447' OR inn='546488421'
prints 2 lines with different vNum. How to write a cast to display a string on the maximum vNum?
Source: https://ru.stackoverflow.com/questions/558342/
All Articles