Skip to main content

Questions tagged [count]

Count refers to the number of objects in a collection. It's also a commonly-used SQL function that counts the number of rows.

count
0 votes
0 answers
8 views

Channel subscriber count of a channel is not increasing if I subscribe to that channel by youtube API

I am using youtube API to subscribe a youtube channel. I am using access token for calling API. The API call is successful and if I go to that channel it is showing subscribed. But the subscriber ...
Paritosh's user avatar
-1 votes
0 answers
11 views

Problème of synchronization in tricount [closed]

In the tricount application, i m following a count. The count seems not synchronized with other users. I find no action to synchronise the count
Jean-Claude Moissinac's user avatar
0 votes
0 answers
6 views

Wireshark IP Source & Destination.txt file each column meaning? [closed]

May I know the meaning of each column in Wireshark "IP Source & Destination.txt" file? Sorry I am quite new to IT. Thanks in advance. IPv4 Statistics/Source and Destination Addresses: ...
Soe Win's user avatar
0 votes
2 answers
28 views

How do I uncondense a table in SAS

I’m trying to figure out how to take one table and break it out to two separate tables. In the below example I would want Jim and Steve to be in one table and Joy and Nancy to be in another one. I ...
Mike's user avatar
  • 13
0 votes
0 answers
26 views

Fitting count data with negative binomial - long tail

I am having difficulties setting up the model and understanding what i can do. As background I beach clean-up events where we recorded the total number of counts of debris - which is my response ...
Catarina Serra Gonçalves's user avatar
0 votes
1 answer
29 views

How to display item count in menu of magento2 admin?

in the magento2 admin side, I want to display the records count if I have 5 records in operations the 5 will be displayed in order in the menu, I have multiple items in the menu. Each record will show ...
Mateen Ahmed's user avatar
-1 votes
1 answer
54 views

How to get a count of in a SQL subquery

I am working on the following SQL where I am getting a few values using a sub query; I need to get another value, but that has some different conditions: SELECT Operator, COUNT(*) AS 'Sales', ...
prathamesh93's user avatar
0 votes
1 answer
35 views

Divide by the total dataframe row count in PySpark efficiently

let's assume I have an expensive PySpark query that results in a large dataframe sdf_input. I now want to add a column to this dataframe that requires the count of the total number of rows in ...
Freerk Venhuizen's user avatar
2 votes
1 answer
79 views

Compute count(*) of unique occurrences into new column without group by in a single select query

Is is possible in SQL Server to do something similar to this simplified example with one select? While googling it myself, I came across a question on SO with very similar requirement, but, ...
user2177283's user avatar
0 votes
1 answer
31 views

Is it possible to count the occurrence number of a custom icon in Leaflet? If yes, how to do it?

Firstly, I'm a beginner, I've learned a lot from you. I have 5 custom icons defined: //Awesome icons var LeafIcon = L.Icon.extend({ options: { shadowUrl: "markers-shadow.png", ...
Weslley Morais's user avatar
-1 votes
2 answers
56 views

Why is my query just returning O's instead of the percentages of the whole?

I attempted to divide to see the percentage each, medical practice provides of the data and nothing came out, just zeros in each row. enter image description here I attempted to convert it into a ...
Desu235's user avatar
-3 votes
5 answers
91 views

For loop is not continuing till number becomes 0

I have a java program which count the digits in the integer using for loop it returns me the count as count of digit minus 1 For eg. if i enter 6 digit integer it returns count of 5 if I enter 10 ...
mangeshplusplus's user avatar
-1 votes
1 answer
57 views

How can I number the instance of a duplicate record?

I have contacts who have the same phone number listed multiple times. I'd like to delete all but one of those records. I only have read only access to the database, so I'll have to create a csv file ...
Scott Hansen's user avatar
0 votes
0 answers
20 views

Pagination on 1cr+ data in postgresql [duplicate]

I have a table with 1cr data. I want to show the data on UI with pagination. I have created the query with limit offset which is working fine but I am facing problem in getting number of records. ...
Neha Kumari's user avatar
0 votes
0 answers
11 views

Wrong values for SELECT * FROM 'XXX' in 2 different PHPmyadmin Versions

even after several hours of investigation i can't solve a big problem regarding different counts for table rows in PHPmyadmin. The shop on the old server is online, working. Our shop system never ...
ff-webdesigner's user avatar

15 30 50 per page
1
2 3 4 5
1445