Hi ,
I am trying to fetch multiple column from a table here is my code 

for row in result_set:
        db += [(row ['chr'],str(row[ 'user_id' ]), False),]
i want to concatenate 'start' column and 'end' column with this output , how 
can i do that
thanks
___________________________________________________________
The Galaxy User list should be used for the discussion of
Galaxy analysis and other features on the public server
at usegalaxy.org.  Please keep all replies on the list by
using "reply all" in your mail client.  For discussion of
local Galaxy instances and the Galaxy source code, please
use the Galaxy Development list:

  http://lists.bx.psu.edu/listinfo/galaxy-dev

To manage your subscriptions to this and other Galaxy lists,
please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to