sql >> Databáze >  >> RDS >> Mysql

Vraťte více řádků na jeden záznam

můžete udělat něco takového:

select 
 (select id from table X where X.something = 123) as row1Id,
 (select id from table X where X.something = 456) as row2Id,
 (select id from table X where X.something = 789) as row3Id


  1. Kde je soubor jar MySQL JDBC v Ubuntu?

  2. Parametrizujte klauzuli MySQL IN v kódu Pythonu

  3. MySQL dotaz Select, SUM, LEFT JOIN

  4. Dočasná tabulka serveru SQL zmizí