Recent Posts
C++ | 13 sec ago
None | 21 sec ago
None | 33 sec ago
Java | 44 sec ago
None | 56 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
C++ | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 09:24:23 PM Download | Raw | Embed | Report
  1. CREATE TABLE products (
  2.         id int(11) NOT NULL auto_increment,
  3.         Description_article varchar(255) NULL,
  4.         Price DOUBLE(16,2) NOT NULL,
  5.         Total DOUBLE(16,2) NOT NULL,
  6.         PRIMARY KEY(id));
  7.  
  8. INSERT INTO products VALUES (id,'description of product 1',1.00,''),(id,'description of product 2',1.50,''),(,id'description of product 3',1.50,'foo');
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: