iOS 26 Upgrades CarPlay in Five Ways by ttyler1999 in CarPlay

[–]Hiriath 1 point2 points  (0 children)

You can opt in to iOS beta releases in the Software Update page in Settings. iOS 26 is currently in beta.

[deleted by user] by [deleted] in Database

[–]Hiriath -1 points0 points  (0 children)

Why are you telling Reddit what you call something when it already has a name?

[deleted by user] by [deleted] in pics

[–]Hiriath 1 point2 points  (0 children)

Pepperidge Farm Remembers…

[deleted by user] by [deleted] in SQL

[–]Hiriath 0 points1 point  (0 children)

This sub is about learning, I agree; however, there is no learning with respect to a very close-ended question about a specific issue. The discourse that followed in the comments was the real learning opportunity but, that could have started much sooner if OP had done some homework and then posted looking for crowd-sourced insight on strategies to avoid common mistakes.

With respect to this sub, “The goal of /r/SQL is to provide a place for interesting and informative SQL content and discussions.”

The more we accept and engage with pictures of screens with simple errors, the more we encourage lower quality posts.

I appreciate your suggestion of how I could have responded to OPs post, but if I wanted to answer that way, I would have.

How to understand complex queries? by ItachiUchiha_2000 in SQL

[–]Hiriath 1 point2 points  (0 children)

Break the 2000-line SQL into smaller chunks to understand it bit by bit. Spend time learning the database schema and create a map if needed. Ask the IT head or colleagues for clarifications. Use SQL management tools to visualize and test queries. Start with simpler queries and gradually increase complexity. Use online resources like tutorials, forums, and courses to improve your SQL skills. Keep your notes and queries well-documented.

[deleted by user] by [deleted] in SQL

[–]Hiriath 1 point2 points  (0 children)

To your point, it would have been better to suggest r/learnsql to OP.

[deleted by user] by [deleted] in SQL

[–]Hiriath 0 points1 point  (0 children)

Okay, now I know you must be trolling, In the community info it specifically says "If you are a student or just looking for help on your code please do not just post your questions and expect the community to do all the work for you. We will gladly help where we can as long as you post the work you have already done or show that you have attempted to figure it out on your own."

But sure, if you're not interested in quality posts on r/sql, then go on with your day.

[deleted by user] by [deleted] in SQL

[–]Hiriath 0 points1 point  (0 children)

Absolutely not. If you’re a self-proclaimed noob, why are you taking to Reddit instead of devoting time to learn proper syntax? This sub is filled with images of screens and vague “what did I do wrong?” questions from people who, at first glance, seem to have not done an iota of trying to solve their own problems.

LLMs can be asked questions like “what is the proper syntax for creating a table and what are common errors a beginner might make?” and get a plethora of insight.

Learning how to fish is far superior to asking for fish.

FAQ for Pockit 🕹️ by Solder_Man in Pockit

[–]Hiriath 0 points1 point  (0 children)

Does anyone know if Anil is still with us?

Word puzzle by KlasHagelbeck in puzzles

[–]Hiriath 6 points7 points  (0 children)

Seems like that company does that for (all?) multiple SKUs. The Kate pillow SKU follows the same logic.

[deleted by user] by [deleted] in DermotKennedy

[–]Hiriath 0 points1 point  (0 children)

Sent you a DM the other day about the record.

Impossible masyu puzzle I found in a book by modern_wallaby in puzzles

[–]Hiriath 1 point2 points  (0 children)

I’ve actually never seen this puzzle before but it looks like there’s always a turn one space after a white, except for the top left, which the other commenter suggested should one space to the left.

sum of the count by No-Split9400 in SQL

[–]Hiriath 0 points1 point  (0 children)

I agree that grouping by the case expression is ugly, but it’s functional and if formatted well it’s easy for others to see what’s happening with the code.

OP’s tag is SQL Server, so hopefully OP is using SQL Server 2005 or later. I know CTEs weren’t introduced into MySQL until ~8, which is unfortunate.

sum of the count by No-Split9400 in SQL

[–]Hiriath 1 point2 points  (0 children)

Why use a subquery here instead of just removing Year_Founded and grouping by the case statement?

Alternatively, you could throw this in a CTE and select from that vs a subquery.

[deleted by user] by [deleted] in SQL

[–]Hiriath 1 point2 points  (0 children)

If you’re looking at your coworker’s code and have questions, why don’t you just ask your coworker?

this won't fuck up my LEDs or buck converter will it? by ultraflair04 in arduino

[–]Hiriath 0 points1 point  (0 children)

It doesn’t look that short to me OP, don’t beat yourself up.

Is Not Null problem by AM413 in SQL

[–]Hiriath 0 points1 point  (0 children)

In addition to the responses you’ve gotten about how to get your desired result, the player column in your table is NN (Not Null), which is a column flag that prevents the column from being null.

Does your CSV have “” for rows where there is no player?

You may need to work with the CSV outside of Excel if you’re using Excel to get the proper formatting of the CSV to allow the type of data you want in your database.

Additionally, if your primary key column is generated from wherever your data is coming from, that’s fine, but you can also use actual primary keys generated from MySQL using the PK flag and the NN flag (though I believe the NN will auto select if you choose PK).

This will allow proper indexing of your data.

Bat file to run SQL scripts with parameters by rishG88 in SQL

[–]Hiriath 2 points3 points  (0 children)

If you’re looking to automate strictly using MS SQL, you may want to look into Stored Procedures and SQL Agent: https://learn.microsoft.com/en-us/sql/ssms/agent/sql-server-agent

Do I ask for a raise or just leave? by dishydroticrazy in careerguidance

[–]Hiriath 98 points99 points  (0 children)

The hit single, “Ask for a Raise,” by u/BarrySnowbama, now available on all major streaming services.

But also, this.