Displaying boolean values based on a many-to-many relationship.
I have a many to many relationship (customer to types).
I was wondering if it's possible to make a booleancolumn for each type and insert true or false based on the condition?
1 Reply
probably is possible but I imagine it might not be very performant unless you add the correct subselect to the query. have you tried?