2015年2月9日 星期一

derby

http://www.vogella.com/tutorials/EclipseDataToolsPlatform/article.html
http://dbeaver.jkiss.org/
http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.datatools.common.doc.user%2Fdoc%2Fhtml%2Fasc1229700386276.html


 CREATE TABLE player (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
name varchar null,
lv int null,
exp int null,
hp int null
);

沒有留言:

張貼留言