Skip to content

Commit

Permalink
optionally display only nondefault values
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelpoder committed Oct 26, 2019
1 parent 21f3e13 commit f3747bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sesopt.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ WHERE
AND LOWER(pname_qksceserow) LIKE LOWER('%&2%')
-- BITAND(flags_qksceserow, 8) = 0
--AND (BITAND(flags_qksceserow, 4) = 0 OR BITAND(flags_qksceserow, 2) = 0)
--AND DECODE(BITAND(flags_qksceserow, 2), 0, 'NO', 'YES') = 'NO'
/

0 comments on commit f3747bc

Please sign in to comment.