pablo
06/16/2023, 2:05 PMSELECT * FROM Customer
to retrieve customer records, I've noticed that columns with NULL
values are not returned for that "item". Is there a way to find all the columns available for that table via the REST API so that I can wrap it in NVL(column_name, 'NULL') AS column_name
so that the all the same fields are returned for all items/records?Nathan L
06/16/2023, 2:08 PMpablo
06/16/2023, 2:16 PMpablo
06/16/2023, 2:18 PMCustomer
table.scottvonduhn
06/16/2023, 2:48 PMNathan L
06/16/2023, 2:49 PMscottvonduhn
06/16/2023, 2:51 PMpablo
06/16/2023, 3:14 PMscottvonduhn
06/16/2023, 3:29 PMpablo
06/16/2023, 3:44 PMpablo
06/16/2023, 3:45 PMscottvonduhn
06/16/2023, 3:48 PMscottvonduhn
06/16/2023, 3:51 PMpablo
06/16/2023, 3:57 PMscottvonduhn
06/16/2023, 3:57 PMscottvonduhn
06/16/2023, 4:00 PM