fromSitePoint Forums | Web Development & Design Community
2 months agoHow can I make it get results ordered numerically, descending?
In your SQL query, you are attempting to select and export the 'nr_access' data in descending order, but the implementation is incorrect, leading to unsorted output.
Miscellaneous