While using dbase database system we use “GO BOTTOM” to move the pointer to the last record. But how to do it when using mysql? This is how I do it:?
SELECT * FROM table ORDER BY id DESC LIMIT 1;
Do you get the point?
Man, you´re a genius, thanks so much for sharing!!
Please Note: All comments will be hand modified by our authors so any over offensive comments will be removed and your submitted comments will be appreared after approved
Man, you´re a genius, thanks so much for sharing!!