Second Entry
So this is the second post I do.
No idea how that will come out.
Maybe I can talk about some SQL??
SELECT u.id, u.user_name, i.rating
FROM
users u
left join identities i
on u.ident_id = i.id
WHERE
i.rating in ('valid', 'checked', 'cool');
And maybe there’s some table output ?
| Col 1 | Col 2 | Col 3 |
|---|---|---|
| 1 | Data | Picard |
| 2 | Holly | James |