Hi,
I am new on this forum, and hope that in the future I will be able to contribute.
I have a database with one column hosting some texts, per topic.
ex.
row 1 | topic A | text xxx
row 2 | topic B | text yyy
row 3 | topic A | text zzz
I want to automate the extraction of the texts of "topic A" outside the database in a plain page.
This would generate an aggregated big text of each individual text.
ex.
text xxx
text zzz
=> Do you know how I could do this?
Thanks in advance