- Local time
- Today, 06:20
- Joined
- Oct 29, 2018
- Messages
- 22,513
Hi. We'll just keep trying...No errors in the attempt, per se, but it was asking for a PERSON_ID which, it turns out also is text (why did they create IDs that are text and not numeric? ... anyway)
Code:
SELECT PUBLICATION_ID, SIMPLECSV("SELECT PERSON_LASTNAME & " " & PERSON_FIRSTNAME
FROM PUB_PERSON
INNER JOIN PUB_CONTRIBUTOR
ON PUB_PERSON.PERSON_ID=PUB_CONTRIBUTOR.PERSON_ID
WHERE CONTRIBUTOR_ID='" & [CONTRIBUTOR_ID] & "'") AS AUTHORS
FROM PUB_PUBLICATION_CONTRIBUTOR
WHERE PUBLICATION_ID="00001620"