This is the table which I have by name project and it contains 3 columns:
estimateId
name
projectName
I want to fetch data from SQL database based on maximum value of estimateId
but here estimateid
is alphanumeric. How can I achieve this.
I need a SQL query to achieve this:
For example estimateId
contains values like:
Elooo1
Elooo2
......
Elooo10
and so on. So how can I achieve this?