Advertisement
ferdinand

msLevel

Sep 10th, 2013
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. CREATE TABLE msLevel (
  2. id CHAR NOT NULL,
  3. level VARCHAR(10)
  4. );
  5. http://sql-info.de/
  6. http://dev.mysql.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement