Похожие чаты

Sorry please help with sql i have a table mysql> select *

from test
-> ;
+----+----------+-------------+
| id | status | instance_id |
+----+----------+-------------+
| 1 | COMPLETE | 1 |
| 2 | RUNNING | 1 |
| 3 | CANCEL | 1 |
| 4 | COMPLETE | 2 |
| 5 | COMPLETE | 2 |
| 6 | RUNNING | 2 |
+----+----------+-------------+

that shows execution status of tasks on 3 servers
and i needed to make the report

if there is cancel -> then task is canceled
else if there is running -> then task is yet running
else it is compled

I know that I can do this with digits - for example for status I make another table with statuses
id | status
1| COMPLETED
2| RUNNING
3| CANCELED

and choose the max

select instance_id, max(status) from test group by instance_id;

BUT how I can do this only with literals, without additional table?

1 ответов

4 просмотра

use enums

Похожие вопросы

Обсуждают сегодня

Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
75
Hey, Oceaners 🌊 As we approach Phase 1 of the token merger, OCEAN and AGIX will migrate to FET starting July 1st! Here's a list of exchanges that have communicated their su...
KreigDK | Never DM first🌊
3
База данных не поможет. Шифрование не поможет. Какие там ещё варианты? Накидывайте.
КТ315
20
I love the passion, really do. I do think this is being blown way out of proportion. We are not deleting our Telegram or not allowing you to talk about anything you want, a...
Mike Herron
3
Did you guys see the latest tweet from TonGifts? 🚀
Mike
44
А как лучше конвертировать физический адрес в виртуальный при маппинге? В случае ядра у меня, например, direct mapping, первые 768МБ я как есть мапплю в higher half, а остальн...
Evg Resh
26
А табстоп это сообщение от окна или от элемента управления?
The Bird of Hermes
18
Hey, what is the best and maintained way of transpiling cpp to c? (As a need to support many different toolchains quickly and may not have a c++ support in the given toolch...
Meitar Reihan
11
Открыл свой двухкилобайтный экзешник в x32dbg, а тут какая-то хрень. Смущает кнопка "выполнить до пользовательского кода", а что ещё может быть в файле помимо него ?
НѣкъиⰘижєжєиꙁъвьсєсвѣтьноѣсѣтиѥсть•
11
Hey guys, did you see the latest announcement about $FUN? 🔥
Brian
21
Карта сайта