Guest User

Untitled

a guest
Dec 11th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <cfscript>
  2.  
  3. q = queryNew("id,title",
  4. "integer,varchar",
  5. [ {"id":1,"title":"Dewey defeats Truman"}, {"id":2,"title":"Man walks on Moon"} ]);
  6. writeOutput( valueList(news.id) );
  7.  
  8. </cfscript>
Add Comment
Please, Sign In to add comment