andari3107

Add column

Sep 5th, 2019
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Menambahkan kolom baru
  2.  
  3. alter table ht_salarycomponent
  4. add column validto timestamp without time zone;
  5. alter table ht_salarycomponent
  6. add column address varchar(32);
Advertisement
Add Comment
Please, Sign In to add comment