in reply to Re^2: Quickest way of fetching a Single row and column in MySQL using DBI
in thread Quickest way of fetching a Single row and column in MySQL using DBI
my ($id) = $dbh->selectrow_array("SELECT id FROM users where username += ?", {}, $username);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Quickest way of fetching a Single row and column in MySQL using DBI
by cees (Curate) on Aug 07, 2006 at 18:01 UTC | |
by jZed (Prior) on Aug 09, 2006 at 01:59 UTC |