Questions tagged as 'contador'

0
answers

How to insert a social accountant on my site?

   I would like to insert a social counter on my site, but do not want any external services (using iframes for example), like ShareHolic. I want something more internal, via API or something like this. Does anyone have an...
asked by 19.12.2014 / 21:51
1
answer

Auto-increment ORACLE / PLSQL

Nome Idade ID João 5 Lucas 5 João 2 Lucas 1 I would like to use a cursor to sort by names and by age and that the ID field would be populated according to the sequence, eg Nome Idade ID João 2 1 J...
asked by 28.01.2018 / 21:34
1
answer

PHP script to count comma-separated records [duplicate]

In the database I have a column that receives strings in this format: ["87", "12", "67"] What I need is to count each value separated by a comma and assign it to some variable, remembering that there are more rows. In this case I would have...
asked by 04.10.2018 / 22:42
1
answer

Count amount of specific character in a range

I have a range of data that looks like this: I need to count how many Vs and how many Ds you have in the range. I've tried using SUMIF and COUNTIF Can anyone help me?     
asked by 19.10.2018 / 02:44
1
answer

Count the number of unique data in a table

I have a table in a database that holds the name of each user who accessed my application in PHP. I would like to do a function that calculates the number of unique users who have accessed it so far (assuming a user can access it more than once)...
asked by 05.09.2015 / 15:36
1
answer

How to count the number of rows in an SQL statement?

I'm in this SQL, retrieving records (number of providers per city) from a table and would like to count how many records it has in each city . I want in front of the cities, put something like Tal (9) . I will put a print of the result of this...
asked by 24.10.2016 / 18:17
1
answer

Link counter - no external page using JS onClick () or another solution in PHP + MySql [closed]

Hello, I'm looking for help to set up a link counter. I would not like to use a page that collects, but rather a solution that runs on any page. Example on a page with 03 links: link01.php, link02.php (which was clicked) and link03.php, now that...
asked by 26.10.2015 / 02:36