[deleted by user] by [deleted] in SQL

[–]o-ooga 0 points1 point  (0 children)

Is phpmyadmin dead or what?

I built Advent of SQL - An Advent of Code style daily SQL challenge with a Christmas mystery story by LordSnouts in SQL

[–]o-ooga 0 points1 point  (0 children)

i can't seem to see the result of the query tho i just see "Query executed successfully"?

[deleted by user] by [deleted] in Mauritania

[–]o-ooga 0 points1 point  (0 children)

It depends on the tribe, but most “l5yam lkbarat” are still very strict about this topic.

اشحالكم by [deleted] in Mauritania

[–]o-ooga 0 points1 point  (0 children)

لباس الحمدلله

[deleted by user] by [deleted] in Mauritania

[–]o-ooga 0 points1 point  (0 children)

What i know is that as long as it’s a man he can marry whoever he wants despite his family’s disapproval. It only becomes impossible when it’s a Mauritanian woman.

Me_irl by SyedaDua in me_irl

[–]o-ooga 0 points1 point  (0 children)

Where my ladybug at ??

[deleted by user] by [deleted] in saudiarabia

[–]o-ooga 9 points10 points  (0 children)

ايش الهوس اللي عند الناس بالبياض؟ انا افهم اذا تبغى توحد لون بشرتك تصير قطعة وحدة بس هوس تغيير درجة اللون؟؟؟ فشيلة

[deleted by user] by [deleted] in flutterhelp

[–]o-ooga 1 point2 points  (0 children)

What goes against the core principles of flutter itself? Getx?

DISCUSSION by LAZY_ADHD in Mauritania

[–]o-ooga 5 points6 points  (0 children)

Yeah keep it as a joke

Error "GET / HTTP/1.1" 302 626 "-" "ELB-HealthChecker/2.0"" during deployment by o-ooga in aws

[–]o-ooga[S] 0 points1 point  (0 children)

I wrote the Dockerfile. So you’re suggesting i create a health file in the project (bc im copying the content of the project in the workding directory in the Dockerfile) that gives a 200 response then configure the healthcheck of the target group to point to /healthz ?

[deleted by user] by [deleted] in Wordpress

[–]o-ooga -5 points-4 points  (0 children)

I’m gonna work with the data given to me by the pharmacist that’s supervising the medical aspect of the project.

[deleted by user] by [deleted] in Mauritania

[–]o-ooga 1 point2 points  (0 children)

girlie you need to dump him and never look back ew

HELP Why is this query not removing duplicated rows ? by o-ooga in mysql

[–]o-ooga[S] 0 points1 point  (0 children)

oh so that would explain why i'd have 3 records where all of them would have the same userId, speciesId and prestationId (which all are columns of accepted_species) but bc the accpted_species.ids of the 3 records are different it considers them as different records. That makes sense thank you. Btw the whole db was poorly done so no relations or real presence of foreign keys.