Broadcast Join问题

如何才能让sql自动走广播join?

优化器根据CBO自动选择。
手动指定 select xxx from 大表 [broadcast] 小表 where 大表.id = 小表.id