Re: Fwd: garbage data back

2023-03-06 Thread Adrian Klaver
On 3/6/23 12:48 PM, Brad White wrote: LOL Joke's on me. Here's the relevant part of the view SELECT ...     "Order Items"."ID" AS "OrderItemID",     ...     (("Orders"."ID" || '-'::text) || "Order Items"."ID") AS "FileKey"\ Because "Orders"."ID" is different then "Order Items"."ID"? W

Fwd: garbage data back

2023-03-06 Thread Brad White
LOL Joke's on me. Here's the relevant part of the view SELECT ... "Order Items"."ID" AS "OrderItemID", ... (("Orders"."ID" || '-'::text) || "Order Items"."ID") AS "FileKey" Wait, then why are the Item IDs different? Here are the results again, with the FileKey field expanded a bit.