Problems with column names containing spaces
See original GitHub issueHello
Thank you for DBeaver, it’s great. I’ve found the following issues related to spaces in column names (3.7.4):
- SQL editor’s context assistant always capitalizes column names containing spaces. For example, a column named
Account Dr
is always inserted asACCOUNT DR
. No settings change this behavior. - If I try to rename column using DBeaver interface and the new name contains space, the proposed SQL script doesn’t surround this new name with grave accents. Trying to run this script results in error.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
R: How to fix column names containing spaces - Civic Ecology
A basic rule of R is to avoid naming data-frame columns using names that contain spaces. R will accept a name containing spaces, ......
Read more >How to deal with spaces in column names? - Stack Overflow
I have a situation where I need publication-quality charts, so axes and legends need to have properly formatted labels, ie with spaces.
Read more >How to write SQL queries with spaces in column names
In this article, we are going to learn how we can write a SQL query with space in the column name. Blanks spaces...
Read more >How to deal with spaces in column names? - General
I teach my students to use this at the outset to clean up variable names in a single swoop. This gets you around...
Read more >Excel column names with spaces - What's the deal?
I seem to have a lot of issues when using Excel tables who's column names have spaces in their names. I thought all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will be fixed in the next version (column names will be used in the same form as they are stored in MySQL).
Thanks for report