Guest User

Untitled

a guest
Jan 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. create table TableA
  2. (
  3. Column1 raw(16) not null,
  4. Column2 blob not null,
  5. Column3 not null
  6. )$$
  7.  
  8. Delimiter $$
Add Comment
Please, Sign In to add comment