SQL
AخA
SELECT user_id, actor_id, actor_name
FROM user inner join actor on user_id = actor_user
WHERE user_id IN
(10, 17, 500, 1091, 7878, 7927, 13710, 14825, 16301, 16334, 16515, 17612, 19867, 21246, 34372, 36345, 44574, 57384, 57957, 60755, 66882, 74466, 82204, 83102, 100126, 121254, 122624, 124892, 125775, 137604, 156342, 160850, 174889, 179096, 179389, 185362, 193408, 203550, 203640, 213633, 219980, 239189, 243628, 253565, 256110, 260309, 264979, 266502, 273783, 298932, 299309, 307798, 327902, 328005, 328943, 331862, 335673, 357169, 368203, 420501, 432759, 434263, 438997, 467845, 471642, 478968, 484254, 490013, 501569, 510594, 603848, 607705, 664315, 802669, 802759)
;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.