tech_ph2019
03/25/2022, 5:53 PMtdietrich
03/25/2022, 7:07 PMSELECT * FROM CustomSegment
Then use the "scriptid" as the table name to get values for a specific segment.
For example:
SELECT
CUSTOMRECORD_CSEG1.ID,
CUSTOMRECORD_CSEG1.Name,
*
FROM
CUSTOMRECORD_CSEG1
tech_ph2019
03/25/2022, 7:24 PMtdietrich
03/25/2022, 10:21 PMtech_ph2019
03/25/2022, 10:37 PMNickSuite
03/26/2022, 4:52 PMtech_ph2019
03/28/2022, 1:58 PMNickSuite
03/28/2022, 2:21 PM