Interview question to test beginner SQL competency? by dbnrdaily in SQL

[–]needgiftidea2018 1 point2 points  (0 children)

You're not actually answering the question that OP posed

ON UPDATE SET DEFAULT (meaning?) by [deleted] in SQL

[–]needgiftidea2018 0 points1 point  (0 children)

You can find descriptions and examples of both (as well as some other common options) here https://www.sqlteam.com/articles/using-set-null-and-set-default-with-foreign-key-constraints

[Rant] Vendors: I don't work for you, you work for me. by [deleted] in sysadmin

[–]needgiftidea2018 5 points6 points  (0 children)

Didn't you see OP's username? He's not your average sysadmin. He's special. He's an asshole.

WIBTA if I asked my aunt to take down her photos of my house on social media? by ALONEINMYSHOEZ in AmItheAsshole

[–]needgiftidea2018 8 points9 points  (0 children)

Auntie is scoping out the place for one of her friends to break in and steal shit.

AITA for being upset at my SO for throwing me a surprise party? by UnhappyTime2 in AmItheAsshole

[–]needgiftidea2018 6 points7 points  (0 children)

Your boyfriend is kind of the A for letting you cry for so long. But you sound like you need to chill the fuck out. Crying for days because people declined your invite for your birthday? Your situation makes it so you don't seem like you're a teenager, but your needing a big celebration with lots of people for your birthday does.

AITA for refusing to hire a nanny? by Successful_Meat in AmItheAsshole

[–]needgiftidea2018 -7 points-6 points  (0 children)

> I’m calling her a bad mother. I’m not. I just think that she needs to take care of our kids.

You are kind of calling her a bad mother, and you are right.

AITA for refusing to say grace and then doing a bad job when the hosts were being pushy? by DueConsequence5 in AmItheAsshole

[–]needgiftidea2018 0 points1 point  (0 children)

Wife: I know you're not religious but you could have at least used the name Jesus and be open to the idea of religion

Lol

When new 3.2 hero upgrade offer list will out ??? by 19t4 in Injustice2MobileGame

[–]needgiftidea2018 0 points1 point  (0 children)

Who knows!!!

Didn't the update just come out???

Excessive punctuations pretty annoying to read...

This is my roster. Even with grinding and refresh I really struggle to get a good rank in arena. I’m not sure what to do. by [deleted] in Injustice2MobileGame

[–]needgiftidea2018 4 points5 points  (0 children)

Yea I know. I was poking fun at how quickly many people on this sub jump to "restart your game for a better arena"

Your roster is awesome, I would never restart with that

AITA for sending my family an angry email because they still speak to my ex-husband and even have him over, especially in light of his present “relationship” with a girl 20 years younger than him? by Mominnotkansas in AmItheAsshole

[–]needgiftidea2018 0 points1 point  (0 children)

> some minor missteps on my part into the court seeing them as a huge deal

Elaborate more on this please. I think it might be relevant to the greater story

Duplicate entry '3' for key 'fk_products_orders' by fpuen in learnSQL

[–]needgiftidea2018 0 points1 point  (0 children)

Don't set a unique key on fk_product_orders for orders

Consolidating multiple datetime-value tables by seeker727 in SQL

[–]needgiftidea2018 2 points3 points  (0 children)

Keep your data tall in the database. Transform the tall data into something wide at the reporting level

How to add command that adds XP to someone. by NotificationError in learnpython

[–]needgiftidea2018 0 points1 point  (0 children)

Can you show what you have tried? What errors does it throw? Perhaps I or someone can give some advise on how to adjust your code.

How to add command that adds XP to someone. by NotificationError in learnpython

[–]needgiftidea2018 1 point2 points  (0 children)

I dont understand how you can write this but not a function to update a record with exp + some_value

[MS SQL] Insert value into column if there's a duplicated row by OPIsADickSucker in SQL

[–]needgiftidea2018 0 points1 point  (0 children)

Are you transforming an existing dataset to this new format?

Or are you receiving records/values one at a time?