Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

RE: [PHP] is this right From: Boget, Chris (Chris.Boget <email protected>)
Date: 07/24/01

> this doesn't work,how should it be done?
> insert into test (uid, companyUid)
> values(1, select uid from companysTable where company = "Micrsoft");

If you are using MySQL, it doesn't support sub selects...

Chris