Sorting Alphanumeric field in SQL CE (Compact Edition) version 3.5

后端 未结 2 798
小鲜肉
小鲜肉 2021-01-21 02:56

Sorting Alphanumeric field in SQL CE (Compact Edition) version 3.5

TreeNumber is a nvarchar field with a mix of numbers and strings for the values. I want to sort these

2条回答
  •  無奈伤痛
    2021-01-21 03:22

    Are functions supported in CE? You could make your own IsNuemric function (an easy char by char parser, for example) and call it later in your query

提交回复
热议问题