Hi all, is it possible to concatenate two resultsets, to form a big resultset.
What database are you using?
both resultsets will return the same columns.
eg query 1 returns NAME| ADDRESS| EMAIL query 2 returns NAME| ADDRESS| EMAIL
but they have different data however the column count is the same (in fact they are the same column)
Look at UNION syntax
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php