edpatterson
IS-IT--Management
- Feb 24, 2005
- 186
I have these tables, sorry, old joke.
Is something like the following possible:
[tt]
update table requests set listid = {output of "select listid from lists where listname = 'blacklisted'") and requestid = 89;
[/tt]
or do I have to make 2 separate queries?
Ed
Is something like the following possible:
[tt]
update table requests set listid = {output of "select listid from lists where listname = 'blacklisted'") and requestid = 89;
[/tt]
or do I have to make 2 separate queries?
Ed