From 4852108f2e2656791e80dfd0b6b2c5aaffc8807a Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 18 Apr 2023 11:35:40 -0600 Subject: [PATCH] chore(docs): copy change submitted through BugHerd --- docs/docs/frequently-asked-questions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/frequently-asked-questions.mdx b/docs/docs/frequently-asked-questions.mdx index 779f6c8c8dc77..78fd2a0b8d8a8 100644 --- a/docs/docs/frequently-asked-questions.mdx +++ b/docs/docs/frequently-asked-questions.mdx @@ -24,8 +24,8 @@ will do its own _GROUP BY_ and doing the work twice might slow down performance. Whether you use a table or a view, the important factor is whether your database is fast enough to serve it in an interactive fashion to provide a good user experience in Superset. -However, if you are using the SQL Lab, there is no such limitation, you can write sql query to join -multiple tables as long as your db account has access to the tables. +However, if you are using SQL Lab, there is no such limitation. You can write SQL queries to join +multiple tables as long as your database account has access to the tables. ### How BIG can my datasource be?