Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
multithreaded
/
.sqlx
/
query-7c9f90b599e90aacd74a9f9384344ef4bae156fddde8e35888eb50e133cef4b5.json
569 B · 24 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
SELECT DISTINCT p.thread_id
\n
FROM post_mentions pm
\n
JOIN posts p ON p.id = pm.post_id
\n
WHERE pm.mentioned_user_id = $1
\n
AND p.thread_id = ANY($2)
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
6
{
7
"
ordinal
"
:
0
,
8
"
name
"
:
"
thread_id
"
,
9
"
type_info
"
:
"
Uuid
"
10
}
11
]
,
12
"
parameters
"
:
{
13
"
Left
"
:
[
14
"
Uuid
"
,
15
"
UuidArray
"
16
]
17
}
,
18
"
nullable
"
:
[
19
false
20
]
21
}
,
22
"
hash
"
:
"
7c9f90b599e90aacd74a9f9384344ef4bae156fddde8e35888eb50e133cef4b5
"
23
}
24