Guest User

Untitled

a guest
Oct 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. `SELECT cdAgendamento FROM agendamento WHERE cdAgendamento > 10 AND ROWNUM = 1`
  2.  
  3. SELECT cdAgendamento FROM agendamento WHERE cdAgendamento > 10 LIMIT 1
Add Comment
Please, Sign In to add comment