You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by "Boyd, David" <db...@nisys.com> on 2001/08/30 21:06:54 UTC

How would you do the following SQL in DBIx

I would like to do the following sql statement using DBIx

select employee_key
from Assignment
where assignment_key = 
(
  SELECT Min(ASSIGNMENT_KEY) AS dave
  FROM ASSIGNMENT
  WHERE INCIDENT_KEY=10149
);

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org