Skip to content
Snippets Groups Projects

6345 alert rework

Merged Benjamin Baer requested to merge 6345_AlertRework into master
Files
6
@@ -4955,7 +4955,7 @@ tells QFQ to separate the rows of the result by a HTML-line break. The final res
::
10.sql = SELECT id AS personId, CONCAT(firstName, " ", lastName, " ") AS name FROM person
10.sep = <br>
10.rsep = <br>
HTML output:
::
Loading