[ale] MySQL Question

Christopher Fowler cfowler at outpostsentinel.com
Thu Apr 1 09:06:37 EST 2004


I do the following select statements to get a username out of a
database.

SELECT USER_ID from ALARMS where ID = 1;
SELECT * from USERS where ID = '<USER_ID from above>';

I want to speed this up.  Can I consolidate into one SQL statement?





More information about the Ale mailing list