Notice: Function WP_Block_Type_Registry::register was called incorrectly. Block type "core/video" is already registered. Please see Debugging in WordPress for more information. (This message was added in version 5.0.0.) in /var/www/html/blog_tech/wp-includes/functions.php on line 6121
MSSQL – ROW_NUMBER | MSSQL – ROW_NUMBER – Aron's Tech Blog

MSSQL – ROW_NUMBER

I had this come up when I was trying to insert the row number for the purpose of populating a SeqNo. This is what it looks like…

ROW_NUMBER() OVER (ORDER BY [Column Name]) as SeqNo

Comments are closed.