Return a single DB record and separate it with a comma.

Hello,

I would like to return a single record from the database, and list that record in a text field, but the columns of the database record separated by a comma.

Table example:
image

Example records:
image

I have to manually add the columns in the text field:

I know it is possible if I manually put in the text field the database columns and manually insert the commas,
but this is a bit bad because every time i add a new column in the database table i will have to also edit the text field to add the new column.

Is it possible to bring a row from the database and transform it into a comma separated?

I’ve searched for many hours and found no solution,

It is possible?

It’s not very clear to me what you’re asking…

Can you give an example of what you’re talking about?

I added more details to the thread,
thank you very much for trying to help, I appreciate you!

This topic was automatically closed after 70 days. New replies are no longer allowed.