Explore >> Select a destination


You are here

orclapex.hashnode.dev
| | blog.bittersweetryan.com
14.4 parsecs away

Travel
| | In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function...
| | blog.cloudnueva.com
3.2 parsecs away

Travel
| | Oracle Pipelined Table Functions allow APEX devs to turn complex calculations, conditional logic, and REST service calls into simple SQL statements.
| | saeedesmaili.com
13.5 parsecs away

Travel
| | I came across this Linkedin post from a Google engineer, on a new (in preview) and very interesting BigQuery syntax: GROUP BY ALL. This will save time when writing and specially modifying complex SQL queries on BigQuery. The GROUP BY ALL clause groups rows by inferring grouping keys from the SELECT items. It will exclude expressions with aggregate and window functions, constants, and query parameters for a smart GROUP BY. So instead of GROUP BY name, city, device, browser, date or GROUP BY 1, 2, 3, 4, 5 you would use GROUP BY ALL.
| | haacked.com
40.9 parsecs away

Travel
| Comparing setting up a PostgreSql dependency using Docker vs using .NET Aspire?