i need some help. so i have one table like this. | id_num | payment | dollar | | 889 | 1/2/2022 | 500 | | 889 | 3/2/2022 | 400 | | 789 | 1/2/2022 ...
i need some help. so i have one table like this. | id_num | payment | dollar | | 889 | 1/2/2022 | 500 | | 889 | 3/2/2022 | 400 | | 789 | 1/2/2022 ...
Given this query, how can I get summary counts for each Tree_ID? Desired Result ...
This is my code snippet: Array contains over 100 entries. I compare the values in location2 column with array if it exists in array, I save to rels ...
My dataframe contains data about political careers, such as a unique identifier (called: ui) column for each politician and the electoral term(called: ...
Currently working to implement some fuzzy matching logic to group together emails with similar patterns and I need to improve the efficiency of part o ...
Given the example below, I would like the output to be commonest param is: ratio, which is the most popular name for a parameter. My output seems i ...
SELECT MONTHNAME(date_added) as month, (SELECT COUNT(*) FROM requests WHERE form_status = :approved) AS approved, ...
I want to get table count of my database. I have two queries and both queries giving different result. Can someone please tell me what is difference b ...
I need to order my query in a different way i need to group my tables. I need to count how many men are in every department, but organize the query by ...
Periodically I need to generate a report based on some data from database. The first select IS: SELECT DISTINCT A.PRO_C_NOME, ...
I created formula RRC SR < 98% = CALCULATE(COUNT(x_TOPN_new_daily[RRC Setup Success Rate] <98)) to measure value less than 98 on column RRC Setu ...
I'm trying to get a count of the number of students of each gender by class, but I also want the number of students identifying as each gender overall ...
I think this must certainly be a question that has been previously answered here, but I just can't word it right to find it so I'll give it a shot. I ...
I have table like that: Table example I need to select: And if the number of rows is less than 2 I would like to insert into table one more row, ...
I need to select the users who have won at least 1 round in all of the different competitions. I have the following table sctructure: results ...
So this needs a bit of detail: n,X,X,X,n is in cells B5 to F5 I need to get the following output: 1n,3x,1n for this particular row. Now the n's a ...
I wanna read the element count and apply the target xml element from a specific source element. this is source xml to be read and counting POSEX f ...
enter image description here How to count notifications with a certain status and a certain user_id ? I have some data in notification table, how is t ...
Im trying to set a counter everytime this condition is met in every array.push : normally it should run the functuion check everytime the event is ...
what I currently have displayedHelp using Pandas with python to code a small program to display percent of times each car did not stop for gas (repres ...