Subject RE: [IBO] Difference Plan Generated
Author Bayu
Hello Set,

> Bayu,
> are you sure you use "where nomor like '1234' "? To me it seems like you
> use "where nomor like :test", which is very different.

You're right.

> If you want to use an index on parameters, avoid LIKE. Often,
> STARTING is a
> better option.

This is a solution.

Thanks for your advice :)

rgrds