Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
0
Comments
95
Joined
2 yr. ago

  • I won't believe paying fast workers a liveable wage necessitates the rise in cost unless there's hard data behind that. Sure, it's likely a necessity to continue profit growth quarter after quarter, but I'd wager they're able to continue making massive profits even with having to pay their staff like they're humans.

    I agree with you about fast food though. We'll be better off without them. Fuck em.

    Hey, I can edit too: You never said gross prior to your edit, you were talking about consumer costs. I'm still not yet a believer, but I Iove you :)

  • At the very least I'd try to clean up that fuzzy condition on behavior to anticipate any bad or inconsistent data entry.

    WHERE UPPER(TRIM(behavior)) = 'NICE'

    Depending on the possible values in behavior, adding a wildcard or two might be useful but would need to know more about that field to be certain. Personally I'd rather see if there was a methodology using code values or existing indicators instead of a string, but that's often just wishful thinking.

    Edit: Also, why dafuq we doing a select all? What is this, intro to compsci? List out the values you need, ya heathen ;)

    (This is my favorite Xmas meme lol)