2 lines
91 B
SQL
2 lines
91 B
SQL
CREATE INDEX idx_portfolio_branch_active_name
|
|
ON portfolio (branch_id, isactive, portname); |