Guest User

Untitled

a guest
Apr 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. select * from information_schema.constraints
  2. where table_name = 'CONTACT'
  3. and column_list = 'USERID';
Add Comment
Please, Sign In to add comment