I want to fetch the last row element of my table to my homepage,where my table is updated daily from backend. I am using the query for now is :
select COLUMN_NAME from TABLE_NAME order by COLUMN_NAME desc limit 1;
which is not fetching the values properly.
this query does not able to fetch values like : *********
and even not working properly.
I want a query which can fetch all the type of values which is present in the last row of my table.