Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. This inserts one row inside a cfquery tag and 3 when in query analyzer.
  2.  
  3. INSERT INTO Meeting_RFPMeetings (RFP_ID, Meeting_ID, Inserted, Create_UserID)
  4. VALUE(
  5. 21,
  6. 15835,
  7. {ts '2012-02-09 14:08:28'},
  8. 42126
  9. ),
  10. (
  11. 21,
  12. 15917,
  13. {ts '2012-02-09 14:08:28'},
  14. 42126
  15. ),
  16. (
  17. 21,
  18. 17052,
  19. {ts '2012-02-09 14:08:28'},
  20. 42126
  21. )
Add Comment
Please, Sign In to add comment