function listingAttendeeRowColumnsFrom
listingAttendeeRowColumnsFrom(sourceName: string): string

Columns for a ListingAttendeeRow read straight from one listing_attendees source. The source name feeds correlated ledger subqueries, so a caller can pass either the table name or a query alias without the sibling subquery shadowing bare column names.

Parameters

sourceName: string

Return Type

string

Usage

import { listingAttendeeRowColumnsFrom } from "docs/database.ts";