PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.4.0
- 所有产品
exec sql [...] SELECT KONH.MANDT, [...], KONM.KOPOS, [...], KONP.MANDT, [...] INTO [...] FROM KONP, KONH, KONM where KONP.MANDT = :client_var and KONH.MANDT = :client_var and KONH.MANDT = KONP.MANDT and KONM.MANDT = :client_var and KONM.KNUMH = KONP.KNUMH endexec.