cahilbey

Results 1 issues of cahilbey

Hello, I'm encountering an issue while trying to create a temporary table: ```php $SQL = "CREATE TEMPORARY TABLE TempOrder ( OrderID INT AUTO_INCREMENT PRIMARY KEY, CustomerID INT ) ENGINE=InnoDB; ";...