Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Hi all, I have been messing around with datagrid styling for a couple of days now, and I am having one issue left which I can not seem to solve. I want to highligt the text of the row on which I hover with the mouse. Well this seems like …
Hi, I don't know SQLLite, so I can only give you a hint using SQL Server 2008 - I hope it guides you in the right direction: [CODE] UPDATE [Test] SET [Col2] = [t2].[RowNum] FROM [Test] AS [t1] JOIN (SELECT [Col1], ROW_NUMBER() OVER (ORDER BY [Col1]) AS [RowNum] FROM [Test]) …
The End.
mfas