to be stored in "direct SQL mode":
Code:
SELECT <column list>, 1 AS "Page" FROM "Somewhere"UNION ALL SELECT <column list>, 2 AS "Page" FROM "Somewhere"
Statistics: Posted by Villeroy — Wed Sep 04, 2024 4:17 pm