Presto is an open source distributed SQL query engine for running analytic queries against data sources of all sizes ranging from gigabytes to petabytes.
I'm new to Presto and looking to get the same functionality as the group_concat function in MySQL. Are the …
mysql presto group-concat trinoI'm trying to get a diff_date from Presto from this data. timespent | 2016-04-09T00:09:07.232Z | 1000 | general timespent | 2016-04…
sql prestoTwo things. How can I execute an sql statement without "presto-cli-0.56-executable.jar", for example I want to provide a …
prestotypically to create a table in Presto (from existing db tables), I do: create table abc as ( select... ) But to …
sql prestoLooking at the Date/Time Athena documentation, I don't see a function to do this, which surprises me. The closest …
sql amazon-athena prestoFor example, one column in my table is an array, I want to check if that column contains an element …
sql prestoNew to presto, any pointer how can I use LATERAL VIEW EXPLODE in presto for below table. I need to …
amazon-web-services hive cloud presto trinoHow do I check if a map has no keys in Presto? If I have a way to check if …
sql prestoI'm using Presto(0.163) to query data and am trying to extract fields from a json. I have a json like …
sql presto