You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345 |
- Module SQL_業務系統管理
- Friend Sub SQL_匯率查詢()
- ConnOpen() : SQL1 = "SELECT 中心匯率, 美金匯率, 印尼匯率 FROM 歷史匯率表 WHERE (年 LIKE N'" & PA48 & "%') AND (月 LIKE N'" & PA49 & "%')" : CmdSet_For_dr()
- End Sub
- End Module
|