I want to select a subset of records on a table and it looks like there’s not a way to do that.
SELECT Id, DisplayName, CompanyName, BillAddr, PrimaryEmailAddr, PrimaryPhone FROM Vendor WHERE Active = true ORDER DisplayName
Should be pretty trivial to add. I’ll see if I have time soon.
I want to select a subset of records on a table and it looks like there’s not a way to do that.
Should be pretty trivial to add. I’ll see if I have time soon.