Hi,
I am using CTE instead of a TABLE in my stored proc. Before when I was using TABLE, while declaring the fields for that table, I am specifying UNIQUE for two columns....but when I try to use same in CTE, it gives an error.....
Is it possible to use UNIQUE in CTE........