<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>JOIN on Juan Pacheco</title>
    <link>https://juanpacheco.netlify.app/tags/join/</link>
    <description>Recent content in JOIN on Juan Pacheco</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://juanpacheco.netlify.app/tags/join/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SQL basics</title>
      <link>https://juanpacheco.netlify.app/post/sql/</link>
      <pubDate>Tue, 01 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://juanpacheco.netlify.app/post/sql/</guid>
      <description>SQL SQL - CONCAT FUNCTION SELECT usertype, CONCAT(start_station_name, &amp;#34;to&amp;#34;, end_station_name) AS route, COUNT(*) AS num_trip, ROUND(AVG(CAST(tripduration as int64)/60),2) AS duration, FROM `bigquery-public-data.new_york.citibike_trips` GROUP BY start_station_name, end_station_name, usertype ORDER BY num_trip DESC LIMIT 10    Function Usage Example     CONCAT A function that adds strings together to create new text strings that can be used as unique keys CONCAT (‘Google’, ‘.com’);   CONCAT_WS A function that adds two or more strings together with a separator CONCAT_WS (‘ .</description>
    </item>
    
  </channel>
</rss>
