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
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