CREATE TABLE user ( name char(16) NOT NULL , age integer, email vchar(100), userid char(16) NOT NULL , passwd char(16) ) DROP TABLE user
관련된 글: SELECT 예제
관련된 글: INSERT, UPDATE, DELETE 예제
관련된 글: Replace 예제
- Total
- Today
- Yesterday
CREATE TABLE user ( name char(16) NOT NULL , age integer, email vchar(100), userid char(16) NOT NULL , passwd char(16) ) DROP TABLE user
관련된 글: SELECT 예제
관련된 글: INSERT, UPDATE, DELETE 예제
관련된 글: Replace 예제