Hi,

Can someone please confirm this for me?

I would like to use mutliple index hints in my select statement, but I am not sure of the proper formatting.

SELECT /*+ Index(A some index), Index (B some inde) */

Is this the correct format? Do I need to use the comma?

Thanks

Roman