I have database. there is table where is column. and column contains conditions > 10
, < 10
.
And I want to build procedure, that will create a select
in loop.
How I can take condition from table and put it in SELECT * FROM TABLE WHERE @condition@
?