Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When double-click or drag a tree field, Prefix the field name with the table name In the sql editor #32

Open
COOPER-DENG opened this issue Aug 16, 2024 · 5 comments

Comments

@COOPER-DENG
Copy link

can you Prefix the field name with the table name? just like this:

SELECT
MARCMATNR,
MARC
WERKS,
MARAMEINS
FROM mara
INNER JOIN marc on
MARA
MATNR = MARC~MATNR

thank you again !

@stockbal
Copy link
Member

Hi @COOPER-DENG,

can you please provide more context to your issue (screenshots and/or in text form)?

Best regards,
Ludwig

@COOPER-DENG
Copy link
Author

Snipaste_2024-08-16_15-19-56

@COOPER-DENG
Copy link
Author

COOPER-DENG commented Aug 16, 2024

Hi @stockbal ,

In SQL Console, When I double-click or drag one or more fields in the left tree, I want the fields that appear in the SQL editor to be automatically prefixed with the table name,It would be perfect if it could.(screenshot will be posted below, this is my first Posting, my English is not very good, hope you can understand what I mean)

Best regards,
Cooper
mmexport1723797436689

@COOPER-DENG COOPER-DENG changed the title Prefix the field name with the table name When double-click or drag a tree field, Prefix the field name with the table name In the sql editor Aug 17, 2024
@stockbal
Copy link
Member

Hi @COOPER-DENG,

this would certainly be possible. I am just not certain if I want force this new behavior onto every user.
I am thinking about creating a custom setting so the prefix can be easily enabled/disabled.

Best regards,
Ludwig

@COOPER-DENG
Copy link
Author

Hi @COOPER-DENG,

this would certainly be possible. I am just not certain if I want force this new behavior onto every user. I am thinking about creating a custom setting so the prefix can be easily enabled/disabled.

Best regards, Ludwig

Hi @stockbal ,

That's a great idea, please let me know here when you're done, thank you!

Best regards,
Cooper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants