Re: Conditional Tables Feature on PostGresSQL

2021-10-24 Thread Sanchari Biswas
Hi Aditya, Can we use variables in any column and then have (Boolean) constraints over the variables? Eg. x as a variable value and then corresponding condition (x ≠ 5 || x ≠ 10). So that this condition is satisfied when queried with values of column (with variable x) other than the above two and

Re: Conditional Tables Feature on PostGresSQL

2021-10-24 Thread Aditya Toshniwal
Hi Sanchari, You can use the query tool to write anonymous blocks. Else, can you please explain with an example what exactly is the requirement ? On Fri, Oct 22, 2021 at 10:05 PM Sanchari Biswas (Shrina) < sanchari.shr...@gmail.com> wrote: > Hello, > > Is there any existing feature that enables