Guest User

Untitled

a guest
Jan 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. SELECT titulo, categoria
  2. FROM posts
  3. WHERE dataCadastro BETWEEN DATEADD(year,-1,GETDATE()) AND GETDATE()
  4. ORDER BY dataCadastro DESC";
Add Comment
Please, Sign In to add comment