Feeds:
Posts
Comments

Archive for January, 2018

my SQL note

  1. modify Oracle table column example
    alter table batch modify(column_name number(3,0));

Read Full Post »