RE: SQL to select a set of records

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: 'php-windows@lists.php.net'
Sent: 2004-02-06 17:15
Subject: RE:  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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux