desc;

  1. R

    mySQL query help

    i have a table with fields name, time, and userid. I want to select name and time, such that no name is duplicated i.e. no same names should be returned and the result should be sorted by time(DESC). I cant make a query for this. Can someone help. I tried this query but it doesnt work:: SELECT...
Top Bottom