sql >> Database >  >> RDS >> Mysql

Rijnummer per groep in mysql

Ga alsjeblieft door mijn viool

Dit laatste geprobeerd

    SELECT    id,
              crew_id,
              amount,
              type,
             ( 
                CASE type 
                WHEN @curType 
                THEN @curRow := @curRow + 1 
                ELSE @curRow := 1 AND @curType := type END
              ) + 1 AS rank
    FROM      Table1 p,
              (SELECT @curRow := 0, @curType := '') r
   ORDER BY  crew_id,type asc;


  1. geïnternationaliseerde reguliere expressie in postgresql

  2. VARRAY's maken als databaseobject in Oracle Database?

  3. CSV-bestanden efficiënt lezen en importeren in Oracle PL/SQL

  4. Dag toevoegen aan tijdstempel