HI
How we pass 'ALL' in where condition for all values of parameter
select * from table where p='ALL'- means all values
select * from table where p=12- means only 12 is works
Regards,
Manish
HI
How we pass 'ALL' in where condition for all values of parameter
select * from table where p='ALL'- means all values
select * from table where p=12- means only 12 is works
Regards,
Manish