Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
95 views

I am running a complex INSERT ... WITH ... SELECT statement on SAP HANA. The statement works partially in some contexts, but fails with different errors depending on where it is executed (SQL editor ...
Stephan's user avatar
  • 50
-1 votes
0 answers
179 views

Foreign Key Constraint Error While Deleting User (Laravel & MySQL) I'm running into a foreign key constraint issue when trying to delete a record from the users table. Error from Laravel ...
Mahesh's user avatar
  • 31
Tooling
0 votes
4 replies
150 views

What if a junior data analyst working for a local news station and your team is using BigQuery to analyze weather trends. The station’s meteorologist has tasked you with understanding the relationship ...
Cj Randolph's user avatar
Advice
0 votes
2 replies
134 views

I am currently working on my mini project to practice(16 yo). I have this simple database structure consisting of products, categories and their attributes. I want to add search function. Structure ...
nika xun's user avatar
0 votes
2 answers
96 views

I have a database of Magic the Gathering card prices. I am trying to do a query of lowest price by each seller and populate this to another table. However I get quite weird response from the query. I ...
erotski's user avatar
  • 77
-1 votes
2 answers
240 views

if (connection.State == ConnectionState.Closed) { connection.Open(); string signup = "INSERT INTO TABLE (ID,NAME,SURNAME,MAIL,PASSWORD) VALUES (@ID,@NAME,@SURNAME,@MAIL,@PASSWORD)"; ...
user32189599's user avatar
-1 votes
0 answers
70 views

I have imported the data from the attached Excel file. The dataset currently has the following structure: ISO, Name, 1993, 1994, 1995, …, 2023 Each year is represented as a separate column, and new ...
Gourav Joshi's user avatar
Best practices
0 votes
9 replies
167 views

What SQL function will display first 4 terms in a string? Strings are of 10-25 in total length. Strings can be number or letters. Results should be sorted in descending order. Data is for hockey ...
Tom Pfister's user avatar
0 votes
1 answer
148 views

I need help with an issue regarding date returns in a CURSOR in DB2 for LUW. The Dt_Noformat field returns an incorrect date, while the Dt_Format field returns the date correctly. This problem occurs ...
silvioteles's user avatar
0 votes
0 answers
106 views

I created a View with this statement: CREATE OR REPLACE VIEW MyLib.WHERE_IS_SOURCE FOR SYSTEM NAME "SRCMSRCH" (LIBRARY,FILE,...
William Graendel's user avatar
Best practices
1 vote
4 replies
100 views

What are the most important SQL skills or concepts I should focus to become job-ready as an aspiring data analyst? I want to understand which techniques are most used in real-world projects and ...
Brandon Browner's user avatar
-2 votes
0 answers
39 views

Our platforms team has changed the way in which we install SQL Server patches. This weekend, a number of patches have been applied on SQL Server 2016 and appear to have broken the servers. Database '...
Stevie Gray's user avatar
3 votes
3 answers
158 views

I want to simplify (or more accurately, generalize) this query: SELECT * FROM MRE_TABLE WHERE col1 = 'my-data-val' OR col2 = 'my-data-val' -- OR ... there are 68 columns I really do not want to ...
kesarling's user avatar
  • 2,360
2 votes
1 answer
85 views

I'm using the ALL syntax in Apache IoTDB 2.0.6 table model for a query, but the returned result is inconsistent with expectations. Minimal Reproducible Data CREATE TABLE main_data ( `time` ...
Yu Long's user avatar
  • 31
Advice
1 vote
10 replies
207 views

After many hours of research I finally cracked the code to uploading images through POST and inserting them into SQL. index.php: Connect DB file to your index require "db.php"; (prevents ...
Naim Hyun-woo's user avatar

15 30 50 per page
1
2 3 4 5
44941