Re: Using a boolean column with IF / THEN

2020-12-06 Thread Alexander Farber
On Sat, Dec 5, 2020 at 9:00 PM David G. Johnston wrote: > Maybe not “simpler” but for all those checks you could write a single > query that pulls out all the data at once into a record variable and test > against the columns pf that instead of executing multiple queries. > Thank you!

Re: Using a boolean column with IF / THEN

2020-12-05 Thread David G. Johnston
On Saturday, December 5, 2020, Alexander Farber wrote: > Good evening, > > hopefully my question is not too stupid, but - > > in a 13.1 database I have a words_users table with a boolean column: > > -- the user is not allowed to chat or change the motto > muted boolean NOT