Re: IS DISTINCT FROM support

2019-08-16 Thread Yuri Smirnov
Cool, thanks for the answer! On Thursday, August 15, 2019 at 9:37:16 PM UTC+3, Jeremy Evans wrote: > > On Thursday, August 15, 2019 at 8:50:25 AM UTC-7, Yuri Smirnov wrote: >> >> Hi, I need to generate some SQL that looks like this: >> >> row(1, 2, null, 3) IS NOT DISTINCT FROM row(1, 2, null, 3)

Re: IS DISTINCT FROM support

2019-08-15 Thread Jeremy Evans
On Thursday, August 15, 2019 at 8:50:25 AM UTC-7, Yuri Smirnov wrote: > > Hi, I need to generate some SQL that looks like this: > > row(1, 2, null, 3) IS NOT DISTINCT FROM row(1, 2, null, 3) > > Is there some simple way to do that with Sequel? > Sequel currently doesn't have DSL support for "IS

IS DISTINCT FROM support

2019-08-15 Thread Юрий Смирнов
Hi, I need to generate some SQL that looks like this: row(1, 2, null, 3) IS NOT DISTINCT FROM row(1, 2, null, 3) Is there some simple way to do that with Sequel? Regards, Yuri. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe