sql >> Database teknologi >  >> RDS >> Mysql

MYSQL IN-erklæring

SELECT Item
    FROM YourTable
    WHERE categories IN ('red', 'blue', 'green')
    GROUP BY Item
    HAVING COUNT(DISTINCT categories) = 3


  1. MySQL TILFØJ KOLONNE

  2. Java + Mysql UTF8-problem

  3. Sådan analyseres tid fra databasen

  4. Sådan gør du:Rens en mysql InnoDB-lagringsmotor?