Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, August 2, 2017

Cursor

SQLServerCentral » Latest topics
Cursor
Hello all!
I'm totally dumped with current tasks, could you help me with this using Cursor?
Given:
SELECT TOP 1000 [id]
,[cardid]
,[date]
,[time]
,[amount]
FROM [test].[dbo].[cards]


id - int
cardid - varch

No comments: