I have seen many posts that address how to convert an Oracle "connect by prior" statement to a SQL Server common table expression. However, I have an Oracle "connect by prior" statement that has a "start with fieldname in ('value1','value2','value3')" clause on it, and I am not seeing any examples out there on how to convert this to SQL Server. I believe this is considered "bottom to top" recursion.I have seen many posts that address how to conv