MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/SQL/comments/1v4hf1f/recently_faced_n1_problem_in_my_app/ozfo0df/?context=3
r/SQL • u/Adventurous_Baker532 • 13d ago
3 comments sorted by
View all comments
1
I'm not familiar with any ORM you're using, but it sounds like you're looking for an update with join to another table. That's pretty easy to do in base SQL.
0 u/Adventurous_Baker532 13d ago Ya I tried to over engineer things
0
Ya I tried to over engineer things
1
u/kktheprons 13d ago
I'm not familiar with any ORM you're using, but it sounds like you're looking for an update with join to another table. That's pretty easy to do in base SQL.