在 sql server 中的主键查询语句如:
SELECT a.vcMoneyCode, a.vcMoneyName, a.vcMoneySign, 
                 a.fRate,a.nMoneyID _MainKey
            FROM TB_BASE_MONEY a WHERE  a.vcAspID='mulaolao' 
在oracle中怎么写?