You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO ex1.people SELECT FirstName, LastName FROM customers;
Here, "ex1" is another database in the list and "people" is a table with 2 TEXT columns.
Clicking "Format SQL" in the toolbar removes the dot between "ex1" and "people", replacing it with a space. This causes part of the query to be underlined in red, because it is not valid anymore.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Discussed in #5225
Originally posted by john-black-3k January 21, 2025
Hello,
I am executing the following query on the chinook sample database:
Here, "ex1" is another database in the list and "people" is a table with 2 TEXT columns.
Clicking "Format SQL" in the toolbar removes the dot between "ex1" and "people", replacing it with a space. This causes part of the query to be underlined in red, because it is not valid anymore.
Thanks in advance!
The text was updated successfully, but these errors were encountered: