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

Inkluder nulresultater i group_concat

SELECT id,IFNULL(samples,'NULL') sample FROM 
(
    SELECT
        AA.id,
        GROUP_CONCAT(DISTINCT BB.sample) samples
    FROM
        profile_answers AA LEFT JOIN educations BB
        ON AA.id = BB.profile_answers_id
    GROUP BY AA.id
) A;


  1. Beregn din SQL Server Monitoring Total Cost of Ownership

  2. Begrænsning for kun én post markeret som standard

  3. Sådan ændres værdier for Rediger Top X og vælg Top X Rows i SQL Server Management Studio(SSMS) - SQL Server / TSQL Tutorial Del 20

  4. Tæl tabelrækker