<p dir="auto"><br />
<p dir="auto">¡Hola, Hivers!
<p dir="auto"><span>He estado ocupado resolviendo algunas cosas relacionadas con Hive que me pidió <a href="/@arlettemsalase">@arlettemsalase para unas tareas que tiene, y empecé con lo más común que es ver la cantidad de cuentas en Hive y holders que tengan balance superior a 0.
<p dir="auto">Así que procedí a hacer la Query para saber cuántas cuentas tienen balance superior a 0, y a continuación muestro cómo hacerlo en SQL y el resultado está abajo.
<p dir="auto">Todo esto lo hago con el servicio de HiveSQL.
<pre><code>
SELECT
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE vesting_shares > 0) AS Cuentas_con_mas_de_0_HP,
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE balance > 0) AS Cuentas_con_mas_de_0_HIVE,
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE hbd_balance > 0) AS Cuentas_con_mas_de_0_HBD,
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE savings_hbd_balance > 0) AS Cuentas_con_mas_de_0_Savings_HBD,
(SELECT COUNT(DISTINCT name)
FROM (
SELECT name FROM Accounts (NOLOCK) WHERE vesting_shares > 0
UNION
SELECT name FROM Accounts (NOLOCK) WHERE balance > 0
UNION
SELECT name FROM Accounts (NOLOCK) WHERE hbd_balance > 0
UNION
SELECT name FROM Accounts (NOLOCK) WHERE savings_hbd_balance > 0
) AS unique_accounts) AS Cuentas_uniques_hp_hive_hbd_savings_hbd;
<p dir="auto">Resultado:
<div class="table-responsive"><table>
<thead>
<tr><th>Cuentas con HP<th>Cuentas con Hive<th>Cuentas con HBD<th>Cuentas con HBD saving<th>Cuentas total Holders
<tbody>
<tr><td>1180995<td>575749<td>274143<td>17273<td>1474066
<p dir="auto"><br />
<p dir="auto">Vamos por una Query más, vamos a hacer uno donde veamos cuantas cuentas tienen un saldo superior a 100 Hive en HP, 10 HIVE o 10 HP
<pre><code>SELECT
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE vesting_shares * 0.0005827011 > 10) AS Cuentas_con_mas_de_10_HP,
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE balance > 10) AS Cuentas_con_mas_de_10_HIVE,
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE hbd_balance > 10) AS Cuentas_con_mas_de_10_HBD,
(SELECT COUNT(*)
FROM Accounts (NOLOCK)
WHERE savings_hbd_balance > 10) AS Cuentas_con_mas_de_10_Savings_HBD,
(SELECT COUNT(DISTINCT name)
FROM (
SELECT name FROM Accounts (NOLOCK) WHERE vesting_shares * 0.0005827011 > 10
UNION
SELECT name FROM Accounts (NOLOCK) WHERE balance > 10
UNION
SELECT name FROM Accounts (NOLOCK) WHERE hbd_balance > 10
UNION
SELECT name FROM Accounts (NOLOCK) WHERE savings_hbd_balance > 10
) AS unique_accounts) AS Cuentas_uniques_hp_hive_hbd_savings_hbd;
<div class="table-responsive"><table>
<thead>
<tr><th>Cuentas con HP<th>Cuentas con Hive<th>Cuentas con HBD<th>Cuentas con HBD saving<th>Cuentas total Holders
<tbody>
<tr><td>150432<td>36309<td>15629<td>4101<td>172749
<p dir="auto"><br />
<p dir="auto">El total de cuentas de Hive actual es de:
<h2>2510266 cuentas creadas
<p dir="auto"><br />
<p dir="auto">Estos resultados pueden tener un margen de error, así que tienes un comentario al respecto, puedes hacerlo sin problemas.
<p dir="auto">Igualmente, si quisieras conocer un dato de Hive, lo puedes dejar en los comentarios.
<p dir="auto">Saludos.
<p dir="auto"><center><span><img src="https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/enrique89/zLRXvucf-rect908.png" />
<p dir="auto"><center><span> <img src="https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/enrique89/1wK1k8h4-rect4225.png" />
Que genial, me encanta este tipo de contenido.
Ameisin
Excelente información.!
Wow!!! This is super cool and informative. Thank you so much for sharing friend.
Congratulations @enrique89! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)
<table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@enrique89/replies.png?202407201522" /><td>You got more than 3750 replies.<br />Your next target is to reach 4000 replies. <p dir="auto"><sub><em>You can view your badges on <a href="https://hivebuzz.me/@enrique89" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">your board and compare yourself to others in the <a href="https://hivebuzz.me/ranking" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Ranking<br /> <sub><em>If you no longer want to receive notifications, reply to this comment with the word <code>STOPSomos más de dos millones de hivers de los cuales más del 60% tiene Hive líquido o en stacking, me encanta.
Congratulations @enrique89! You received a personal badge!
You can view your badges on your board and compare yourself to others in the Ranking
Check out our last posts: