gilbert189 @gilbert189
sqlite> select avg(loves), (select name from users order by rowid asc) from posts where poster=(select id from users order by rowid asc);
┌──────────────────┬─────────────────────────────────────────────┐
│    avg(loves)    │ (select name from users order by rowid asc) │
├──────────────────┼─────────────────────────────────────────────┤
│ 15.5070422535211 │ jeffalo                                     │
└──────────────────┴─────────────────────────────────────────────┘

aw come on

Sep 17, 2022, 2:34 AM
1
View all

comments

Highlighted comment

What is this? I don't know SQL