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?
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?
7 Keys To Living Life Successfully
Discover the Keys that Open Doors to Living Life to the Fullest
PHP Link Cloaker: Hide Affiliate Links and Track Visitor Clicks
Hides Affiliate Links, Tracks Clicks & Clean up URLs. Easy, installer can be setup within 5 minutes on any PHP/MySQL Linux host. The secure web-based admin area centralizes management, converts links from all associate programs. Unlimited Site License.
Maternity Acupressure Guide: Easier, Shorter And Safer Birth
Best Selling Guide since 2005! Praised by Real Customers! Natural and Safe Maternity Acupressure Method for Pregnancy, Inducing Labor at Home & Getting Effective Relief from Labor Pains.
Man, you´re a genius, thanks so much for sharing!!