Viewing 6 posts - 1 through 7 (of 7 total)
Adrian_1 (2/1/2016)
February 1, 2016 at 5:27 am
Yes, you are right. I think, for my sample it delete Andrey customer at all 🙂
February 1, 2016 at 1:16 am
If you want change order of deleting, you must set ORDER BY option in OVER clause. This option have influence on numbering order.
February 1, 2016 at 1:05 am
Daniel Matthee (1/31/2016)
There is nothing to indicate that you just want to get...
February 1, 2016 at 12:58 am
Not really useful article.
January 31, 2016 at 10:50 pm
Yes, it's beter variant. 'In' operation is very slow operation. Again, if in you have composite key in your table (for example contactname and contactoldname)? Also, database engine optimised for...
January 31, 2016 at 10:49 pm
Viewing 6 posts - 1 through 7 (of 7 total)