Rząd nad partycją w SQL

ROW_NUMBER() OVER (
	ORDER BY first_name
   ) row_num,
Maeron Reyes