Dmitry Masanov
12/17/2021, 3:37 PMDmitry Masanov
12/17/2021, 3:42 PMSelcuk Dogru
12/17/2021, 3:48 PMDmitry Masanov
12/17/2021, 3:59 PMAlan Fitch
12/17/2021, 7:22 PMWITH RECURSIVE
:(redfishdev
12/18/2021, 1:05 PMredfishdev
12/18/2021, 1:05 PMAlan Fitch
12/18/2021, 1:10 PMWITH
statement that you cant pull off with a sub query (at least not until WITH RECURSIVE
is supported.redfishdev
12/18/2021, 10:26 PMredfishdev
12/19/2021, 2:57 AMredfishdev
12/19/2021, 2:57 AMAlan Fitch
12/19/2021, 2:58 AMredfishdev
12/19/2021, 3:00 AMredfishdev
12/19/2021, 3:00 AMAlan Fitch
12/19/2021, 3:00 AMredfishdev
12/19/2021, 3:05 AMredfishdev
12/19/2021, 3:06 AMredfishdev
12/19/2021, 3:29 AMAlan Fitch
12/19/2021, 4:12 AMdef run2dquery(q){
return query.runSuiteQL(q).asMappledResults()
}
Alan Fitch
12/19/2021, 4:13 AM