Advertisement
shreyjain

centralcdb_admin_region

Sep 30th, 2021 (edited)
1,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. col NAME FOR a10;
  2. col CLOUD_PROVIDER FOR a5;
  3. col PUBLIC_REGION_NAME FOR a15;
  4. col CODE FOR a5;
  5. col OBJECT_STORAGE FOR a30;
  6. SELECT name, cloud_provider, public_region_name, code, object_storage FROM centralcdb_admin_region$;
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement