Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

586
Views
Dbeaver automatically puts letters behind my queries

Dbeaver automatically puts the starting letters of the table behind the full name, if i select a table with the drop down menue and i need to know how to turn it off.

Its like this:

select * from kalibrierprotokoll_lx_punkte klp 
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

DBeaver will create table aliases automatically.

If your table is called MySpecialTable then it will use the alias mst, if it's called kalibrierprotokoll_lx_punkte it will create klp.

That's a useful feature later, when you start joining your tables, because it will make it much easier to refer to specific fields using the alias (klp.something). It also will make autocomplete column names possible when you start typing klp..

If you must switch it off, you can do so in the Preferences, under

DBeaver → Editors → SQL Editor → SQL Completion → [x] Insert table aliases (in FROM clause)

I would leave it on.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!