É com enorme gratidão que celebramos mais de 277 mil de audiência no blog e nas nossas interações com empresas pelo Google Maps. Cada visualização, comentário e contribuição fortalece nossa missão de unir Customer Experience, Marketing Digital e Cyber Security em soluções inovadoras e de impacto. Com mais de 5.7 mil contribuições no Local Guide, 26 mil pontos acumulados e +11 milhões de visualizações em fotos publicadas, seguimos construindo autoridade e confiança no ambiente digital. Nos colocamos à disposição para mentorias e para integrar equipes de marketing digital com foco em segurança cibernética, trazendo nossa experiência prática e resultados comprovados. 📌 Contato direto: @rdsweb 47 98861-8255 With immense gratitude, we celebrate more than 277,000 in audience on our blog and through our interactions with companies on Google Maps. Every view, comment, and contribution strengthens our mission to unite Customer Experience, Digital Marketing, and Cyber Security into innovat...
in_reply_to_user_id --> någon har blivit mentioned
in_reply_to_status_id --> tweeten är ett svar på en annan tweet
original_tweet_retweet_count --> finns bara på kommenterade retweets
En retweet är en "ren" retweet om attributet "original_tweet_retweet_count" inte är null
En retweet är en "kommenterad" retweet om attributet "original_tweet_retweet_count" är null
Statements för att hämta ut statistik
SELECT count(*) FROM tweets WHERE retweeted_id IS NOT NULL AND in_reply_to_status_id IS NOT NULL AND in_reply_to_user_id IS NOT NULL;
SELECT count() FROM tweets WHERE retweeted_id IS NOT NULL AND in_reply_to_status_id IS NOT NULL AND in_reply_to_user_id IS NULL; SELECT count() FROM tweets WHERE retweeted_id IS NOT NULL AND in_reply_to_status_id IS NULL AND in_reply_to_user_id IS NOT NULL; SELECT count(*) FROM tweets WHERE retweeted_id IS NOT NULL AND in_reply_to_status_id IS NULL AND in_reply_to_user_id IS NULL;
SELECT count() FROM tweets WHERE retweeted_id IS NULL AND in_reply_to_status_id IS NOT NULL AND in_reply_to_user_id IS NOT NULL; SELECT count() FROM tweets WHERE retweeted_id IS NULL AND in_reply_to_status_id IS NOT NULL AND in_reply_to_user_id IS NULL; SELECT count() FROM tweets WHERE retweeted_id IS NULL AND in_reply_to_status_id IS NULL AND in_reply_to_user_id IS NOT NULL; SELECT count() FROM tweets WHERE retweeted_id IS NULL AND in_reply_to_status_id IS NULL AND in_reply_to_user_id IS NULL;
SELECT ALL FILTERED LOCATIONS:
select user_location, name, ratio, country_code from users inner join filtered_user_locations using (user_id) inner join geonames using(geonameid);
Comentários
Postar um comentário