79549953

Date: 2025-04-02 07:33:33
Score: 1
Natty:
Report link

to return IDs that have at least one "in" status you may find this query suitable-

SELECT DISTINCT id
FROM status
WHERE status = 'in';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yuvraj