Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. -- replace 10 (2 spots) with the target column
  2. SELECT '' || substr(replace(hex(zeroblob(10)), '00', '*'), 1, 10 - length('')) AS bar;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement