rkrish has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I need to run a query which fetches two columns from data base and need to store in hash as key and values, I'm confused of how to store the data in hashes can anyone suggest me how to do that:(
This is the query I'm havingselect seq_nbr,data_record from usage_inq ;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Storing data into hashes
by davido (Cardinal) on Dec 31, 2012 at 06:17 UTC | |
Re: Storing data into hashes
by roboticus (Chancellor) on Dec 31, 2012 at 06:19 UTC | |
Re: Storing data into hashes
by NetWallah (Canon) on Dec 31, 2012 at 06:18 UTC | |
Re: Storing data into hashes
by nithins (Sexton) on Dec 31, 2012 at 06:50 UTC | |
by rkrish (Acolyte) on Dec 31, 2012 at 09:55 UTC | |
by Corion (Patriarch) on Dec 31, 2012 at 10:13 UTC | |
by rkrish (Acolyte) on Dec 31, 2012 at 10:20 UTC | |
by Corion (Patriarch) on Dec 31, 2012 at 10:35 UTC | |
by roboticus (Chancellor) on Dec 31, 2012 at 10:22 UTC | |
by rkrish (Acolyte) on Dec 31, 2012 at 10:33 UTC | |
by roboticus (Chancellor) on Dec 31, 2012 at 10:37 UTC | |
by cdarke (Prior) on Jan 02, 2013 at 06:23 UTC |