G
Guest
I have a query that selects employees based on their particular affliliation
with specific companies. However, sometimes I want to be able to select the
employees in the dropdown box with out them being connected to a company. How
would you write the query to either select the company ID or not? I intially
had an or clause in there to populate the dropdown even if the company ID was
null but I kept getting an invalid argument error. What would be a better way?
with specific companies. However, sometimes I want to be able to select the
employees in the dropdown box with out them being connected to a company. How
would you write the query to either select the company ID or not? I intially
had an or clause in there to populate the dropdown even if the company ID was
null but I kept getting an invalid argument error. What would be a better way?