|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Select Specific Row Of Data From MySQL using DBI?by meraxes (Friar) |
| on Jan 20, 2009 at 00:58 UTC ( #737440=note: print w/ replies, xml ) | Need Help?? |
|
You may wish to read: How do I post a question effectively? Uhhh... kinda vague. This isn't necessarily a Perl question. What have you done? Do you mean you've run a query that returns 100 rows or that you have a table that has 100 rows and you only want one? If it's the former, where is the data? In an array? Then you need only reference that element in the array: $rows[50]. If it's the latter you need to adjust your SQL's WHERE or LIMIT to get only the needed row... not a Perl problem at all.
-- meraxes
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||