How to delete duplicate rows in sybase, when you have no unique key?
问题 Yes, you can find similar questions numerous times, but: the most elegant solutions posted here, work for SQL Server, but not for Sybase (in my case Sybase Anywhere 11). I have even found some Sybase-related questions marked as duplicates for SQL Server questions, which doesn't help. One example for solutions I liked, but didn't work, is the WITH ... DELETE ... construct. I have found working solutions using cursors or while-loops, but I hope it is possible without loops. I hope for a nice,