Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SELECT B.* FROM HL7Messages B WHERE HL7Seq IN (SELECT TOP 20 A.HL7Seq FROM HL7Unprocessed A WHERE A.HL7Dir='O' ORDER BY A.HL7Seq)
  2.  
  3. every second to mctest
Add Comment
Please, Sign In to add comment