I cannot create index with the where
clause.
Refer the below query:
CREATE INDEX c_bplocation_isdefault
ON c_bpartner_location
(ad_client_id,c_bpartner_id,isdefault)
WHERE isdefault = 'Y';
I cannot create index with the where
clause.
Refer the below query:
CREATE INDEX c_bplocation_isdefault
ON c_bpartner_location
(ad_client_id,c_bpartner_id,isdefault)
WHERE isdefault = 'Y';