From 0e412581857ade94c0d4a96e8782d512f468ae6e Mon Sep 17 00:00:00 2001 From: Alex Yarosh <alexandra@metabase.com> Date: Thu, 18 Jul 2024 16:29:09 -0400 Subject: [PATCH] docs: extract requires a db with regex (#45828) * docs: extract requires a db with regex * Update docs/questions/sharing/visualizations/table.md Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com> --- docs/questions/sharing/visualizations/table.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/questions/sharing/visualizations/table.md b/docs/questions/sharing/visualizations/table.md index 08849aabd38..dff29741b40 100644 --- a/docs/questions/sharing/visualizations/table.md +++ b/docs/questions/sharing/visualizations/table.md @@ -72,6 +72,8 @@ Grab the domain or host from a URL or email. So if you have `https://www.example - Domain: `example` - Subdomain: `www` +> Extracting domain and host from a URL or email is unavailable for MongoDB, SQLite, and SQL Server. For Druid, extracting domain and host is only available for the Druid-JDBC driver. + ### Sum over time Add up all the values and group by a time period, generally by month. -- GitLab