Empresa engajada
Write a SQL query to update a column in a table based on the another column order. For eg: TableA(alphabet char, position int), update position based on the alphabet order. 'a' position is 1 and 'z' position is 26.
Sigiloso
Assume SQL Server 2008 as database.