Advertisement
Guest User

Untitled

a guest
Apr 12th, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.35 KB | None | 0 0
  1. INSERT INTO parcel_zone_data
  2. (parcel_zone_data_id, carrier_code,origin_from_zip, origin_to_zip, dest_from_zip, Dest_to_zip, Dest_cntry, Zones_per_SL, Transit_days_per_SL, Created_date_time, Last_updated_dttm, user_id)
  3. VALUES
  4. (seq_parcel_zone_data_id.NEXTVAL, 'FXSP','18706','18706','00000','99999','US','FXSPP-001','FXSPP-1',SYSDATE,SYSDATE,'INSERT');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement