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
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:
Post a Comment