Thursday, March 22, 2012
SQL TEST
CREATE DATABASE _ ;
CREATE TABLE _._ (_ int(1) not null primary key);
INSERT INTO _._(_) VALUES (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
SELECT * FROM _._;
DROP TABLE _._ ;
DROP DATABASE _;
--
= ^ . ^ =
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment