MySQL Forums
Forum List  »  General

Re: create table named 2E9
Posted by: Roberto Novakosky
Date: May 09, 2013 01:38PM

This other works fine !

CREATE TEMPORARY TABLE 063A8
( ID INT(10) NOT NULL AUTO_INCREMENT,
QUANTIDADE decimal(37,5) DEFAULT NULL,
TOTAL decimal(37,2) DEFAULT NULL,
PRIMARY KEY (ID)
) ENGINE=MEMORY;

Options: ReplyQuote


Subject
Written By
Posted
Re: create table named 2E9
May 09, 2013 01:38PM
May 09, 2013 10:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.