In the 40+ years that relational databases have been around, Structured Query Language (SQL) has remained the ...
With Looker, you use LookML to model your database both in a structured and reusable way, and in a way that go...
Knowledge DropLast tested: Jul 30, 2019 If you see odd results in a drill's filter string, it may be that the ...
Knowledge DropLast Tested: Mar 22, 2021 This trigger changes weekly at 6 am on Monday:MSSQL: SELECT FLOOR((DAT...
Knowledge DropLast tested: March 2021MD5 is just a hash that turns strings into hashes.It's useful for making ...
Knowledge DropLast tested: Jan 23, 2018 This question comes up from time to time and the answer is that the pa...
Knowledge DropLast tested: Oct 4, 2019 To sort their data by current month for ex: October 2019 thru November ...
Knowledge DropLast tested: Jun 13, 2020 The ProblemYou have a CSV and you want to explore it in Looker. You kn...
Knowledge DropLast tested: Jan 17, 2019 When you call ${sql_table_name} in SQL Runner, if you're in dev mode, ...
Knowledge DropLast tested: May 11, 2020 Since a dimension group is a collection of dimensions, you can't make ...
Knowledge DropLast tested:May 7, 2018 If the value is null if the style is set to integer but continuous value...
Knowledge DropLast tested: Dec 9, 2019 The ProblemI want to write a correlated subquery, but I'd like to do it...
Knowledge DropLast tested: Apr 13, 2020 Scenario:We have a table in that we want to query in Athena, whose col...
Knowledge DropLast tested: Jun 22, 2020 No. You can check the Usage column in the liquid variable reference in...
Knowledge DropLast tested: Aug 28, 2020 We see this happen in Standard SQL (BigQuery uses Standard SQL as the ...
Knowledge DropLast tested: Jan 17, 2019 This is one example of an error you can get by using a CTE in a derive...
Knowledge DropLast tested: Nov 23, 2018 The sql: clause in a Templated Filter gets injected directly into the ...
Knowledge Drops Last tested: Feb 2021OverviewThis SQL error generally means that somewhere in the query, there...
Knowledge DropLast tested: Feb 2021This error message can appear when a table no longer exists but still shows...
Knowledge DropLast tested: Dec 18, 2018 Yes.The timezone rules for the specified timezone will be followed. Th...
Knowledge DropLast tested: Aug 9, 2019 It is not possible to do that in Looker at the moment. You can vote for...
Knowledge DropLast tested: Sep 15, 2019 By default, Looker will group by all dimensions selected. So it might ...
Knowledge DropLast tested: Sep 21, 2018Default to INNER join If LEFT is required, denormalize, nest, or figure...
Selected articles about SQL use cases in LookerWe have gathered a list of community and help center articles o...
Knowledge DropLast tested: Jul 1, 2020 Nope - in SQL order of operations, joins come before aggregation, there...
SQL Error Series #1: Type ErrorsPost Context: This content is adapted from our internal SME (Subject Matter Ex...
Knowledge DropLast tested: Nov 24, 2020 Yes. However, you may have to do it SQL Runner because the generator w...
Knowledge DropLast tested: Jan 21, 2019 In SQL Runner, you can use these queries:MySQL:SELECTCOLUMN_NAME, DATA...
Knowledge DropLast tested: May 2020SQL Runner only shows the first 500 tables that the Looker database user ha...
Knowledge DropLast tested: April 2021By default, Looker will group by all dimensions selected. The exception t...