Expand description
CteWorkTable implementation used for recursive queries
Structs§
- CteWork
Table - The temporary working table where the previous iteration of a recursive query is stored Naming is based on PostgreSQL’s implementation. See here for more details: www.postgresql.org/docs/11/queries-with.html#id-1.5.6.12.5.4