Tagged: postgresql

How to get the latest version number from a sql table

How to get the latest version number from a sql table

I have a sql table and it contain the list of version number, how to get the latest version number ? id Version number 1 2.1.0 2 1.2.1 3 1.1.3 how will i get...