SQL Server & Tibco Spotfire Ideas & Samples
SQL, TSQL, Tibco Spotfire...
May 1, 2011
delete duplicate records in TSQL
select * from T.Tbl_Index b
where (select count(*) from T.Tbl_Index a where a.name>b.name)=5
order by name desc
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)