/* ------------------------ My Meta Content Here SEO ------------------------ */

Pages

Main Menu

Monday, December 19, 2011

Playing with String in C# Dot Net

1 comment:

  1. using 'with ties' in sql server
    create database Test
    create table example
    (Id int,
    name nvarchar(50),
    salary int)

    select * from example

    select Top (4 ) with ties * from example order by salary desc

    ReplyDelete

My Blog List