Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. create view usertemp_v
  2. as
  3. select user, stuff
  4. from usertemp
  5. where user=user();
  6.  
  7. select *
  8. from usertemp_v;
Add Comment
Please, Sign In to add comment