Posted by Alex on 04/16/07 20:12
Hi Expert,
In my DB i have a big table like this:
Primary key | param1 | para2 | param3 | param4 | ... | param100|
------------------+-----------+---------+-----------+------------+----
+--------------+
| | | |
| | |
There is any way to build a parametric "Where" instead of manually
specification for example:
WHERE param1 = Y OR param2 = Y or param3 = Y ... param100 = Y
mybe for example:
WHERE paramx = Y
thanks
Navigation:
[Reply to this message]
|