Skip to main content

T-SQL ROW_NUMBER



ROW_NUMBER() OVER ( PARTITION BY  [SOMEID] ORDER BY [SOMEORDERFIELD] DESC ) SOME_ROWNUM


Comments

Popular posts from this blog