1 2 3
pub const CTE_ALIAS_PREFIX: &str = "cte"; pub const CTE_PK_COLUMN_ALIAS: &str = "pk"; pub const CTE_VALUE_COLUMN_PREFIX: &str = "v";