Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. create table tab
  2. (
  3. id int not null IQ Unique (10)
  4. )
  5.  
  6. sp_iqcolumn tab
  7.  
  8. table_name table_owner column_name domain_name width scale nulls default cardinality est_cardinality location isPartitioned remarks check
  9. tab DBA id integer 4 0 N 0 10 Main N
Add Comment
Please, Sign In to add comment