Search results

  1. A

    Adding an Id to a table

    Many, many thanks Stopher!!!! That's exactly what I wanted!!!! Thank you!!!
  2. A

    Adding an Id to a table

    Thanks plog for your answer. The ORDER BY has two sorts, first by name (ascending) and then by date (descending) (SQL: ORDER BY Tabla1.Name_c, Tabla1.Date_Id DESC;) The purpose of the query that I need is to "rank", per person, the different dates I have...
  3. A

    Adding an Id to a table

    Hi all, I have a problem. I would like to add an Id to a table that I have with Names and Dates. The names and dates are ordered but I would like to add a number using a query, but I don't know how. Can you please help me? What I have: Name_c Date_Id Peter 08/08/2011...
Back
Top Bottom