How to use column name in where clause which are store in table?
We have a requirement where we want to store some particular column names and at the run time we need to take that specific column name and create a kind of dynamic SQL where clause. But I don't want to create Dynamic SQL.
Any suggestion?
Thanks,
Neelkanth