How Can I Sort A 'Version Number' Column Generically Using a SQL Server Query

前端 未结 4 504
天命终不由人
天命终不由人 2020-11-29 08:55

I wonder if the SQL geniuses amongst us could lend me a helping hand.

I have a column VersionNo in a table Versions that contains \'version

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 09:22

    If you can, alter the schema so that the version has 4 columns instead of one. Then sorting is easy.

提交回复
热议问题