String sql = "select * from inter.PBOSS_PRODUCT_INST t where t.SUBS_ID = :subsId ";
上述这段是在java代码中摘取的,请问SQL中的= :是什么意思?
SQL