Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Seven ? And you still just ask if they are bad ? On what kind of animal is your MySQL server running ? On the 1GHz snail I usually use, that would be boring slow.Matthew said:I've written some code that uses up to 7 subqueries.
[b]select[/b] ([b]select[/b] field [b]from[/b] table) [gray]-- very slow[/gray]
[b]from[/b] ([b]select[/b] fields [b]from[/b] table) [gray]-- acceptably slow[/gray]
[b]where[/b] field=([b]select[/b] field [b]from[/b] table) [gray]-- extremly slow[/gray]