Skip to content
Advertisement

how to convert this sql query to liquibase query

I have table like this

I need to delete all duplicated rows with equals A nad B value and lower C value

after running sql script i need to have only this row with top C Value for every equals A and B columns

this is the sql query i am using

how to convert it to liquibase query

Advertisement

Answer

You mean something like this?

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement