[thelist] simple(?) SQL question

dave gray dascott at wam.umd.edu
Thu Sep 21 16:39:38 CDT 2000


> SELECT acount.domain, account.acct_type, plan.setup_fee, plan.monthly_fee
>     FROM account, plan
>     WHERE (account.login = 'imalogin') AND (date.acct_type =
> account.acct_type);

thanks!

> If you are serious about developing SQL applications, you should read
> several sql tutoriasl such as http://www.sqlcourse.com

will do, the quick fix is perfect for today though

 -dave





More information about the thelist mailing list