create table Ticket (
ticket_id integer not null primary key,
AirlineName varchar not null,
CustomerName varchar,
fromCity varchar,
toCity varchar,
fltNo integer,
TicketDate date,
Dtime TIME,
Atime time,
price integer);
請幫助我,我無法找到的錯誤。 該程序是我的sql,並且這是錯誤
您的SQL語法有錯誤;檢查對應於你的MySQL服務器版本正確的語法在3線
問題是? – 2012-07-26 18:21:58
您收到錯誤訊息?它不像你期望的那樣工作?發生了什麼或沒有發生? – Bart 2012-07-26 18:22:28
你在使用什麼數據庫系統? Mysql,postgreSQL ...? – 2012-07-26 18:22:50