That's why I added the "drop table ..." in the end, smart ass. ;) =)

-----Original Message-----
From: Frank M. Kromann
To: Svensson, B.A.T. (HKG)
Cc: '[EMAIL PROTECTED]'
Sent: 2004-02-06 17:15
Subject: RE: [PHP-WIN] SQL to select a set of records


create table #test (a int , b char(1))
create table #test_tmp (a int , b char(1))

Would make these tables real temp tables. These will be deleted wehn the
connection is closed.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to