What is the NuoDB equivalent to SQL Server's Common Table Expressions (CTE) if any? Maybe a temp table? I'm evaluating whether or not I can replace that functionality or not.
Asked
Active
Viewed 180 times
1
-
Another NewSQL alternative you might want to check out is Clustrix, which does support temporary tables – clieu Apr 23 '15 at 21:58
1 Answers
2
NuoDB does support temp tables and I think that would be the closest equivalent to CTE. NuoDB online doc has this; http://doc.nuodb.com/display/doc/CREATE+TABLE

FunnyChef
- 1,880
- 3
- 18
- 30