source
stringclasses
25 values
schema_syll
stringlengths
26
5.37k
schema_word
stringlengths
26
5.37k
question_syll
stringlengths
0
1.08k
question_word
stringlengths
0
1.11k
query_syll
stringlengths
0
4.53k
query_word
stringlengths
0
4.53k
mimicsql_data
CREATE TABLE nhân khẩu học(subject id text,hadm id text,name text,hôn nhân status text,age text,dob text,giới tính text,ngôn ngữ text,tôn giáo text,loại nhập học text,ngày ở text,bảo hiểm text,dân tộc text,hết hạn cờ text,địa điểm nhập học text,địa điểm xuất viện text,chẩn đoán text,dod text,dob year text,dod year text,thời gian nhập viện text,thời gian xuất viện text,năm nhập học text) CREATE TABLE lab(subject id text,hadm id text,itemid text,charttime text,flag text,value unit text,label text,fluid text) CREATE TABLE thủ tục(subject id text,hadm id text,icd9 code text,short title text,long title text) CREATE TABLE chẩn đoán(subject id text,hadm id text,icd9 code text,short title text,long title text) CREATE TABLE đơn thuốc(subject id text,hadm id text,icustay id text,drug type text,drug text,formulary drug cd text,route text,drug dose text)
CREATE TABLE nhân_khẩu học(subject_id text,hadm_id text,name text,hôn_nhân_status text,age text,dob text,giới_tính text,ngôn_ngữ text,tôn_giáo text,loại_nhập học text,ngày_ở text,bảo_hiểm text,dân_tộc text,hết hạn cờ text,địa_điểm nhập_học text,địa_điểm xuất_viện text,chẩn_đoán text,dod text,dob_year text,dod_year text,thời_gian nhập_viện text,thời_gian xuất_viện text,năm nhập_học text) CREATE TABLE lab(subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid text) CREATE TABLE thủ_tục(subject_id text,hadm_id text,icd9_code text,short_title text,long_title text) CREATE TABLE chẩn_đoán(subject_id text,hadm_id text,icd9_code text,short_title text,long_title text) CREATE TABLE đơn thuốc(subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text)
có bao nhiêu bệnh nhân nằm viện trên 1 ngày được chẩn đoán mắc bệnh icd9 mã 99859?
có bao_nhiêu bệnh_nhân nằm viện trên 1 ngày được chẩn_đoán mắc bệnh icd9_mã 99859 ?
SELECT COUNT ( DISTINCT nhân khẩu học.subject id ) FROM nhân khẩu học INNER JOIN chẩn đoán ON nhân khẩu học.hadm id = chẩn đoán.hadm id WHERE nhân khẩu học.days stay > "1" AND chẩn đoán.icd9 code = "99859"
SELECT COUNT ( DISTINCT nhân_khẩu học.subject_id ) FROM nhân_khẩu học INNER JOIN chẩn_đoán ON nhân_khẩu học.hadm_id = chẩn_đoán.hadm_id WHERE nhân_khẩu học.days_stay >"1" AND chẩn_đoán.icd9_code = "99859"
wikisql
CREATE TABLE table 21069("Đội #1" text,"Điểm" text,"Đội #2" text,"Trận 1" text,"Trận 2" text)
CREATE TABLE table_21069("Đội # 1" text,"Điểm" text,"Đội # 2" text,"Trận 1" text,"Trận 2" text)
Đội Atletico Nacional được bao nhiêu điểm?
Đội Atletico_Nacional được bao_nhiêu điểm ?
SELECT "Điểm" FROM table 21069 WHERE "Đội 2" = 'Atlético Nacional'
SELECT "Điểm" FROM table_21069 WHERE "Đội 2" = "Atlético_Nacional"
sql_create_context
CREATE TABLE table 1341930 40(đương nhiệm VARCHAR,được bầu đầu tiên VARCHAR)
CREATE TABLE table_1341930_40(đương_nhiệm VARCHAR,được bầu đầu_tiên VARCHAR)
Kể tên người đương nhiệm được bầu lần đầu năm 1956
Kể tên người đương_nhiệm được bầu lần đầu năm 1956
SELECT đương nhiệm FROM table 1341930 40 WHERE được bầu đầu tiên = 1956
SELECT đương_nhiệm FROM table_1341930_40 WHERE được bầu đầu_tiên = 1956
sql_create_context
CREATE TABLE table name 95(bản ghi VARCHAR,date VARCHAR)
CREATE TABLE table_name_95(bản ghi VARCHAR,date VARCHAR)
Kỷ lục vào ngày 24 tháng 7 là gì?
Kỷ_lục vào ngày 24 tháng 7 là gì ?
SELECT bản ghi FROM tên bảng 95 WHERE date = "24 tháng 7"
SELECT bản ghi FROM tên_bảng_95 WHERE date = "24 tháng 7"
sql_create_context
CREATE TABLE bảng 261954 1(đã tham gia INTEGER)
CREATE TABLE bảng_261954_1(đã tham_gia INTEGER)
Giá trị nhỏ nhất của tham gia là gì?
Giá_trị nhỏ nhất của tham_gia là gì ?
SELECT MIN ( đã tham gia ) FROM bảng 261954 1
SELECT MIN ( đã tham_gia ) FROM bảng_261954_1
mimic_iii
CREATE TABLE d icd diagnoses(row id number,icd9 code text,short title text,long title text) CREATE TABLE đơn thuốc(row id number,subject id number,hadm id number,startdate time,enddate time,drug text,dose val rx text,dose unit rx text,route text) CREATE TABLE d items(row id number,itemid number,label text,linksto text) CREATE TABLE chẩn đoán icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE microbiologyevents(row id number,subject id number,hadm id number,charttime time,spec type desc text,org name text) CREATE TABLE outevents(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,value number) CREATE TABLE cost(row id number,subject id number,hadm id number,event type text,event id number,thời gian tính phí time,chi phí number) CREATE TABLE icustays(row id number,subject id number,hadm id number,icustay id number,first careunit text,last careunit text,first wardid number,last wardid number,intime time,outtime time) CREATE TABLE thủ tục icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE Chartevents(row id number,subject id number,hadm id number,icustay id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE d icd procedures(row id number,icd9 code text,short title text,long title text) CREATE TABLE tuyển sinh(row id number,subject id number,hadm id number,thời gian nhập viện time,dischtime time,admission type text,admission location text,disput location text,discharge location text,surance text,ngôn ngữ text,hôn nhân status text,dân tộc number,tuổi CREATE) TABLE number bệnh nhân(row id number,subject id text,gender time,dob time,dod CREATE) TABLE number chuyển(row id number,subject id number,hadm id number,icustay id text,eventtype text,careunit number,wardid time,intime time,outtime CREATE) TABLE number inputevents cv(row id number,subject id number,hadm id number,icustay id time,charttime number,itemid number,amount CREATE) TABLE number labevents(row id number,subject id number,hadm id number,itemid time,charttime number,valuenum text,valueuom CREATE) TABLE number d labitems(row id number,itemid text,nhãn ##)
CREATE TABLE d_icd_diagnoses(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE đơn thuốc(row_id number,subject_id number,hadm_id number,startdate time,enddate time,drug text,dose_val_rx text,dose_unit_rx text,route text) CREATE TABLE d_items(row_id number,itemid number,label text,linksto text) CREATE TABLE chẩn_đoán_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE microbiologyevents(row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text) CREATE TABLE outevents(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,value number) CREATE TABLE cost(row_id number,subject_id number,hadm_id number,event_type text,event_id number,thời_gian tính phí time,chi_phí number) CREATE TABLE icustays(row_id number,subject_id number,hadm_id number,icustay_id number,first_careunit text,last_careunit text,first_wardid number,last_wardid number,intime time,outtime time) CREATE TABLE thủ_tục_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE Chartevents(row_id number,subject_id number,hadm_id number,icustay_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE d_icd_procedures(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE tuyển_sinh(row_id number,subject_id number,hadm_id number,thời_gian nhập_viện time,dischtime time,admission_type text,admission_location text,disput_location text,discharge_location text,surance text,ngôn_ngữ text,hôn_nhân_status text,dân_tộc number,tuổi CREATE) TABLE number bệnh_nhân(row_id number,subject_id text,gender time,dob time,dod_CREATE) TABLE number chuyển(row_id number,subject_id number,hadm_id number,icustay_id text,eventtype text,careunit number,wardid time,intime time,outtime_CREATE) TABLE number inputevents_cv(row_id number,subject_id number,hadm_id number,icustay_id time,charttime number,itemid number,amount_CREATE) TABLE number labevents(row_id number,subject_id number,hadm_id number,itemid time,charttime number,valuenum text,valueuom_CREATE) TABLE number d_labitems(row_id number,itemid text,nhãn #_#)
trong năm nay, ba loại thuốc được kê toa phổ biến nhất cho bệnh nhân sau khi họ được chẩn đoán mắc chứng đau thắt ngực trong cùng một lần đến bệnh viện là gì?
trong năm nay , ba loại thuốc được kê toa phổ_biến nhất cho bệnh_nhân sau khi họ được chẩn_đoán mắc_chứng đau thắt ngực trong cùng một lần đến bệnh_viện là gì ?
SELECT t3.drug FROM ( SELECT t2.drug,DENSE RANK ( ) OVER ( ORDER BY COUNT ( * ) DESC ) AS c1 FROM ( SELECT tuyển sinh.subject id,diagnoses icd.charttime,admissions.hadm id FROM chẩn đoán icd JOIN tuyển sinh ON chẩn đoán icd.hadm id = tuyển sinh.hadm id WHERE chẩn đoán icd.icd9 code = ( SELECT d icd diagnoses.icd9 code FROM d icd diagnoses WHERE d icd diagnoses.short title = 'đau thắt ngực necnos' ) AND DATETIME ( chẩn đoán icd.charttime,'bắt đầu năm' ) = DATETIME ( CURRENT TIME ( ) ,'bắt đầu năm','0 năm' ) ) AS t1 JOIN ( SELECT missions.subject id,prescriptions.drug,prescriptions.startdate,admissions.hadm id FROM đơn thuốc JOIN tuyển sinh ON đơn thuốc.hadm id = tuyển sinh.hadm id WHERE DATETIME ( prescriptions.startdate,'bắt đầu năm' ) = DATETIME ( CURRENT TIME ( ) ,'đầu năm','0 năm' ) ) AS t2 ON t1.subject id = t2.subject id WHERE t1.charttime < t2.startdate AND t1.hadm id = t2.hadm id GROUP BY t2.drug ) AS t3 WHERE t3.c1 <= 3
SELECT t3.drug FROM ( SELECT t2.drug,DENSE_RANK ( ) OVER ( ORDER BY COUNT ( * ) DESC ) AS c1 FROM ( SELECT tuyển_sinh.subject_id,diagnoses_icd.charttime,admissions.hadm_id FROM chẩn_đoán_icd JOIN tuyển_sinh ON chẩn_đoán_icd.hadm_id = tuyển_sinh.hadm_id WHERE chẩn_đoán_icd.icd9_code = ( SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = "đau thắt ngực necnos" ) AND DATETIME ( chẩn_đoán_icd.charttime,"bắt_đầu năm" ) = DATETIME ( CURRENT_TIME ( ) ,"bắt_đầu năm"," 0 năm" ) ) AS t1 JOIN ( SELECT missions.subject_id,prescriptions.drug,prescriptions.startdate,admissions.hadm_id FROM đơn thuốc JOIN tuyển_sinh ON đơn thuốc.hadm_id = tuyển_sinh.hadm_id WHERE DATETIME ( prescriptions.startdate,"bắt_đầu năm" ) = DATETIME ( CURRENT_TIME ( ) ,"đầu năm"," 0 năm" ) ) AS t2 ON t1.subject_id = t2.subject_id WHERE t1.charttime <t2.startdate AND t1.hadm_id = t2.hadm_id GROUP BY t2.drug ) AS t3 WHERE t3.c1 < = 3
sql_create_context
CREATE TABLE table name 55(điểm VARCHAR,nhà VARCHAR)
CREATE TABLE table_name_55(điểm VARCHAR,nhà VARCHAR)
Tỷ số trận đấu với đội chủ nhà Etobicoke Kangaroos là bao nhiêu?
Tỷ_số trận đấu với đội chủ nhà Etobicoke_Kangaroos là bao_nhiêu ?
SELECT điểm FROM table name 55 WHERE home = "etobicoke kanguru"
SELECT điểm FROM table_name_55 WHERE home = "etobicoke kanguru"
wikisql
CREATE TABLE table 32991("Chọn #" real,"Đội NFL" text,"Người chơi" text,"Vị trí" text,"Đại học" text)
CREATE TABLE table_32991("Chọn #" real,"Đội NFL" text,"Người chơi" text,"Vị_trí" text,"Đại_học" text)
Vị trí Van Waiters là gì?
Vị_trí Van_Waiters là gì ?
SELECT "Vị trí" FROM table 32991 WHERE "Người chơi" = 'người phục vụ xe van'
SELECT "Vị_trí" FROM table_32991 WHERE "Người chơi" = "người phục_vụ xe van"
wikisql
CREATE TABLE table 33108("Tuần" real,"Bắt đầu" text,"Ngày" text,"Đối thủ" text,"Kết quả" text,"Kỷ lục" text,"Trang web trò chơi" text,"Bản tóm tắt của NFL.com" text)
CREATE TABLE table_33108("Tuần" real,"Bắt_đầu" text,"Ngày" text,"Đối_thủ" text,"Kết_quả" text,"Kỷ_lục" text,"Trang_web trò_chơi" text,"Bản tóm_tắt của NFL.com" text)
Trận đấu khởi động có bản tóm tắt của NFL.com, được diễn ra trước tuần 17 và được diễn ra tại sân vận động Arrowhead là gì?
Trận đấu khởi_động có bản tóm_tắt của NFL.com , được diễn ra trước tuần 17 và được diễn ra tại sân_vận_động Arrowhead là gì ?
SELECT "Bắt đầu" FROM table 33108 WHERE "NFL.com Recap" = 'tóm tắt' AND "Tuần" < '17' AND "Trang web trò chơi" = 'sân vận động đầu mũi tên'
SELECT "Bắt_đầu" FROM table_33108 WHERE "NFL.com_Recap" = "tóm_tắt" AND "Tuần" < "17" AND "Trang_web trò_chơi" = "sân_vận_động đầu mũi_tên"
squall
CREATE TABLE table 204 637(id number,"type" text,"gauge" text,"railway" text,"số công trình." text,"năm" text,"thợ xây dựng" text)
CREATE TABLE table_204_637(id number,"type" text,"gauge" text,"railway" text,"số công_trình." text,"năm" text,"thợ xây_dựng" text)
người xây dựng có nhiều kinh nghiệm nhất
người xây_dựng có nhiều kinh_nghiệm nhất
SELECT "người xây dựng" FROM bảng 204 637 GROUP BY "người xây dựng" ORDER BY COUNT ( * ) DESC LIMIT 1
SELECT "người xây_dựng" FROM bảng_204_637 GROUP BY"người xây_dựng" ORDER BY COUNT ( * ) DESC LIMIT 1
wikisql
CREATE TABLE table 13252("Năm" real,"Nhà vô địch" text,"Thành phố" text,"LLWS" text,"Kỷ lục" text)
CREATE TABLE table_13252("Năm" real,"Nhà vô_địch" text,"Thành_phố" text,"LLWS" text,"Kỷ_lục" text)
Kỷ lục của nhà vô địch năm 2008 là gì?
Kỷ_lục của nhà vô_địch năm 2008 là gì ?
SELECT "Bản ghi" FROM table 13252 WHERE "Năm" = '2008'
SELECT "Bản_ghi" FROM table_13252 WHERE "Năm" = "2008"
wikisql
CREATE TABLE table 44745("Trận đấu" real,"Ngày" text,"Đội" text,"Điểm" text,"Điểm cao" text,"Phản hồi cao" text,"Hỗ trợ cao" text,"Điểm danh theo địa điểm" text,"Bản ghi" text)
CREATE TABLE table_44745("Trận đấu" real,"Ngày" text,"Đội" text,"Điểm" text,"Điểm cao" text,"Phản_hồi cao" text,"Hỗ_trợ cao" text,"Điểm_danh theo địa_điểm" text,"Bản_ghi" text)
Trò chơi nào thấp nhất khi Ngày là '12 tháng 4'?
Trò_chơi nào thấp nhất khi Ngày là ' 12 tháng 4 ' ?
SELECT MIN ( "Trò chơi" ) FROM table 44745 WHERE "Ngày" = '12 tháng 4'
SELECT MIN ( "Trò_chơi" ) FROM table_44745 WHERE "Ngày" = "12 tháng 4"
wikisql
CREATE TABLE table 57250("Đội chủ nhà" text,"Tỷ số của đội chủ nhà" text,"Đội khách" text,"Tỷ số của đội khách" text,"Địa điểm" text,"Đám đông" real,"Ngày" text)
CREATE TABLE table_57250("Đội chủ nhà" text,"Tỷ_số của đội chủ nhà" text,"Đội khách" text,"Tỷ_số của đội khách" text,"Địa_điểm" text,"Đám đông" real,"Ngày" text)
Có bao nhiêu khán giả có mặt khi đội khách ghi 10,12 (72)?
Có bao_nhiêu khán_giả có_mặt khi đội khách ghi 10,12 ( 72 ) ?
SELECT COUNT ( "Đám đông" ) FROM table 57250 WHERE "Điểm đội khách" = '10.12 ( 72 ) '
SELECT COUNT ( "Đám đông" ) FROM table_57250 WHERE "Điểm đội khách" = "10.12 ( 72 ) "
squall
CREATE TABLE table 203 34(id number,"season" text,"ngoại hình" number,"interchange" number,"tries" number,"mục tiêu" number,"f/g" number,"điểm" number)
CREATE TABLE table_203_34(id number,"season" text,"ngoại_hình" number,"interchange" number,"tries" number,"mục_tiêu" number,"f/g" number,"điểm" number)
năm nào những chú chó bulldog thực hiện nhiều lần thử nhất
năm nào những chú chó bulldog thực_hiện nhiều lần thử nhất
SELECT "mùa" FROM table 203 34 ORDER BY "thử" DESC LIMIT 1
SELECT "mùa" FROM table_203_34 ORDER BY"thử" DESC LIMIT 1
eicu
CREATE TABLE lab(labid number,Patientunitstayid number,labname text,labresult number,labresulttime time) CREATE TABLE disease(uniquepid text,Patienthealthsystemstayid number,Patientunitstayid number,giới tính text,tuổi text,dân tộc text,hospitalid number,khu trú number,chiều cao nhập viện number,cân nặng nhập viện number,khối lượng xuất viện number,thời gian nhập viện time,nguồn nhập viện text,thời gian nhập viện time,thời gian xuất viện của đơn vị time,thời gian xuất viện time,trạng thái xuất viện text) CREATE TABLE microlab(microlabid number,Patientunitstayid number,culturesite text,organism text,culturetakentime time) CREATE TABLE Vital Periodic(vital Periodicid number,Patientunitstayid number,nhiệt độ number,sao2 number,nhịp tim number,hô hấp number,tâm thu hệ thống number,tâm trương hệ thống number,trung bình hệ thống number,thời gian quan sát time) CREATE TABLE cost(costid number,uniquepid text,Patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,chi phí number) CREATE TABLE lượng đưa vào(intakeoutputid number,Patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time) CREATE TABLE Treatment(Treatmentid number,Patientunitstayid number,tên điều trị text,thời gian điều trị time) CREATE TABLE chẩn đoán(diagnosisid number,Patientunitstayid number,diagnosisname text,diagnosistime time,icd9code text) CREATE TABLE drug(medicidid number,BNunitstayid number,drugname text,liều lượng text,routeadmin text,thời gian bắt đầu dùng thuốc time,thời gian ngừng thuốc time) CREATE TABLE dị ứng(dị ứng number,bệnh nhân đơn vị lưu trú number,tên thuốc text,tên dị ứng text,thời gian dị ứng time)
CREATE TABLE lab(labid number,Patientunitstayid number,labname text,labresult number,labresulttime time) CREATE TABLE disease(uniquepid text,Patienthealthsystemstayid number,Patientunitstayid number,giới_tính text,tuổi text,dân_tộc text,hospitalid number,khu trú number,chiều cao nhập_viện number,cân nặng nhập_viện number,khối_lượng xuất_viện number,thời_gian nhập_viện time,nguồn nhập_viện text,thời_gian nhập_viện time,thời_gian xuất_viện của đơn_vị time,thời_gian xuất_viện time,trạng_thái xuất_viện text) CREATE TABLE microlab(microlabid number,Patientunitstayid number,culturesite text,organism text,culturetakentime time) CREATE TABLE Vital_Periodic(vital Periodicid number,Patientunitstayid number,nhiệt_độ number,sao2 number,nhịp tim number,hô_hấp number,tâm_thu hệ_thống number,tâm_trương hệ_thống number,trung_bình hệ_thống number,thời_gian quan_sát time) CREATE TABLE cost(costid number,uniquepid text,Patienthealthsystemstayid number,eventtype text,eventid number,chargetime time,chi_phí number) CREATE TABLE lượng đưa vào(intakeoutputid number,Patientunitstayid number,cellpath text,celllabel text,cellvaluenumeric number,intakeoutputtime time) CREATE TABLE Treatment(Treatmentid number,Patientunitstayid number,tên điều_trị text,thời_gian điều_trị time) CREATE TABLE chẩn_đoán(diagnosisid number,Patientunitstayid number,diagnosisname text,diagnosistime time,icd9code text) CREATE TABLE drug(medicidid number,BNunitstayid number,drugname text,liều_lượng text,routeadmin text,thời_gian bắt_đầu dùng thuốc time,thời_gian ngừng thuốc time) CREATE TABLE dị_ứng(dị_ứng number,bệnh_nhân đơn_vị lưu_trú number,tên thuốc text,tên dị_ứng text,thời_gian dị_ứng time)
năm thủ tục được chỉ định phổ biến nhất cho bệnh nhân u não đã được chẩn đoán trước đó trong vòng 2 tháng cho đến năm 2104 là gì?
năm thủ_tục được chỉ_định phổ_biến nhất cho bệnh_nhân u_não đã được chẩn_đoán trước đó trong vòng 2 tháng cho đến năm 2104 là gì ?
SELECT t3.Treatmentname FROM ( SELECT t2.Treatmentname,DENSE RANK ( ) OVER ( ORDER BY COUNT ( * ) DESC ) AS c1 FROM ( SELECT disease.uniquepid,diagnosis.diagnosistime FROM chẩn đoán JOIN bệnh nhân ON chẩn đoán.bệnh nhânunitstayid = bệnh nhân.bệnh nhânunitstayid WHERE chẩn đoán.diagnosisname = 'khối u não' AND STRFTIME ( 'y',diagnosis.diagnosistime ) <= '2104' ) AS t1 JOIN ( SELECT bệnh nhân.uniquepid,Treatment.Treatmentname,Treatment.Treatmenttime FROM Treatment JOIN Bệnh nhân ON Treatment.Patientunitstayid = Bệnh nhân.Patientunitstayid WHERE STRFTIME ( 'y',Treatment.Treatmenttime ) <= '2104' ) AS t2 ON t1.uniquepid = t2.uniquepid WHERE t1.diagnosistime < t2.Treatmenttime AND DATETIME ( t2.Treatmenttime ) BETWEEN DATETIME ( t1.diagnosistime ) AND DATETIME ( t1.diagnosistime,'2 tháng' ) GROUP BY t2.Treatmentname ) AS t3 WHERE t3.c1 <= 5
SELECT t3.Treatmentname FROM ( SELECT t2.Treatmentname,DENSE_RANK ( ) OVER ( ORDER BY COUNT ( * ) DESC ) AS c1 FROM ( SELECT disease.uniquepid,diagnosis.diagnosistime FROM chẩn_đoán JOIN bệnh_nhân ON chẩn_đoán.bệnh nhânunitstayid = bệnh_nhân.bệnh nhânunitstayid WHERE chẩn_đoán.diagnosisname = "khối_u não" AND STRFTIME ( " y",diagnosis.diagnosistime ) < = "2104" ) AS t1 JOIN ( SELECT bệnh_nhân.uniquepid,Treatment.Treatmentname,Treatment.Treatmenttime FROM Treatment JOIN Bệnh_nhân ON Treatment.Patientunitstayid = Bệnh_nhân.Patientunitstayid WHERE STRFTIME ( " y",Treatment.Treatmenttime ) < = "2104" ) AS t2 ON t1.uniquepid = t2.uniquepid WHERE t1.diagnosistime <t2.Treatmenttime AND DATETIME ( t2.Treatmenttime ) BETWEEN DATETIME ( t1.diagnosistime ) AND DATETIME ( t1.diagnosistime," 2 tháng" ) GROUP BY t2.Treatmentname ) AS t3 WHERE t3.c1 < = 5
wikisql
CREATE TABLE table 44611("Kết quả" text,"Ngày" text,"Vô địch" text,"Bề mặt" text,"Đối thủ" text,"Điểm số" text)
CREATE TABLE table_44611("Kết_quả" text,"Ngày" text,"Vô_địch" text,"Bề_mặt" text,"Đối_thủ" text,"Điểm_số" text)
Điểm là gì khi đối thủ là Natalia Rizhonkova?
Điểm là gì khi đối_thủ là Natalia_Rizhonkova ?
SELECT "Điểm" FROM table 44611 WHERE "Đối thủ" = 'natalia rizhonkova'
SELECT "Điểm" FROM table_44611 WHERE "Đối_thủ" = "natalia rizhonkova"
mimicsql_data
CREATE TABLE chẩn đoán(subject id text,hadm id text,icd9 code text,short title text,long title text) CREATE TABLE thủ tục(subject id text,hadm id text,icd9 code text,short title text,long title text) CREATE TABLE đơn thuốc(subject id text,hadm id text,icustay id text,drug type text,drug text,formulary drug cd text,route text,drug dose text) CREATE TABLE lab(subject id text,hadm id text,itemid text,charttime text,flag text,value unit text,label text,fluid text) CREATE TABLE nhân khẩu học(subject id text,hadm id text,name text,marital status text,tuổi text,dob text,giới tính text,ngôn ngữ text,tôn giáo text,loại nhập viện text,ngày ở text,bảo hiểm text,dân tộc text,hết hạn text,địa điểm nhập học text,địa điểm xuất viện text,chẩn đoán text,dod text,dob year text,dod year text,thời gian nhập học text,thời gian phân bổ text,năm nhập học text)
CREATE TABLE chẩn_đoán(subject_id text,hadm_id text,icd9_code text,short_title text,long_title text) CREATE TABLE thủ_tục(subject_id text,hadm_id text,icd9_code text,short_title text,long_title text) CREATE TABLE đơn thuốc(subject_id text,hadm_id text,icustay_id text,drug_type text,drug text,formulary_drug_cd text,route text,drug_dose text) CREATE TABLE lab(subject_id text,hadm_id text,itemid text,charttime text,flag text,value_unit text,label text,fluid text) CREATE TABLE nhân_khẩu học(subject_id text,hadm_id text,name text,marital_status text,tuổi text,dob text,giới_tính text,ngôn_ngữ text,tôn_giáo text,loại_nhập_viện text,ngày_ở text,bảo_hiểm text,dân_tộc text,hết hạn text,địa_điểm nhập_học text,địa_điểm xuất_viện text,chẩn_đoán text,dod text,dob_year text,dod_year text,thời_gian nhập_học text,thời_gian phân_bổ text,năm nhập_học text)
có bao nhiêu bệnh nhân nam có mã thuốc lipid250i?
có bao_nhiêu bệnh_nhân nam có mã thuốc lipid250i ?
SELECT COUNT ( DISTINCT nhân khẩu học.subject id ) FROM nhân khẩu học INNER JOIN đơn thuốc ON nhân khẩu học.hadm id = đơn thuốc.hadm id WHERE nhân khẩu học.gender = "M" AND đơn thuốc.formulary drug cd = "LIPID250I"
SELECT COUNT ( DISTINCT nhân_khẩu học.subject_id ) FROM nhân_khẩu học INNER JOIN đơn thuốc ON nhân_khẩu học.hadm_id = đơn thuốc.hadm_id WHERE nhân_khẩu học.gender = "M" AND đơn thuốc.formulary_drug_cd = "LIPID250I"
sql_create_context
CREATE TABLE tên bảng 12(vùng VARCHAR)
CREATE TABLE tên_bảng_12(vùng VARCHAR)
Giá trị trung bình của năm 1970 là bao nhiêu khi Khu vực là Đông Âu (7 nền kinh tế) và khi năm 2000 có giá trị lớn hơn 2?
Giá_trị trung_bình của năm 1970 là bao_nhiêu khi Khu_vực là Đông_Âu ( 7 nền kinh_tế ) và khi năm 2000 có giá_trị lớn hơn 2 ?
SELECT AVG ( 1970 ) FROM table name 12 WHERE khu vực = "Đông Âu ( 7 nền kinh tế ) " AND 2000 > 2
SELECT AVG ( 1970 ) FROM table_name_12 WHERE khu_vực = "Đông_Âu ( 7 nền kinh_tế ) " AND 2000 > 2
sql_create_context
CREATE TABLE bảng 21489362 2(rr4 điểm VARCHAR,tổng điểm VARCHAR)
CREATE TABLE bảng_21489362_2(rr4_điểm VARCHAR,tổng_điểm VARCHAR)
Khi 70 là tổng số điểm thì rr4 là bao nhiêu?
Khi 70 là tổng_số điểm thì rr4 là bao_nhiêu ?
SELECT rr4 pts FROM bảng 21489362 2 WHERE tổng điểm = 70
SELECT rr4_pts FROM bảng_21489362_2 WHERE tổng_điểm = 70
nvbench
CREATE TABLE tàu(Train ID int,Name text,Time text,Service text) CREATE TABLE ga(Ga ID int,Tên text,Annual entry exit real,Annual interchanges real,Total Passengers real,Location text,Main Services text,Number of Platforms int) CREATE TABLE train station(Train ID int,Station ID int)
CREATE TABLE tàu(Train_ID int,Name text,Time text,Service text) CREATE TABLE ga(Ga_ID int,Tên text,Annual_entry_exit real,Annual_interchanges real,Total_Passengers real,Location text,Main_Services text,Number_of_Platforms int) CREATE TABLE train_station(Train_ID int,Station_ID int)
Hiển thị tổng số hành khách của từng vị trí trong biểu đồ thanh và hiển thị theo dạng tăng dần theo trục x.
Hiển_thị tổng_số hành_khách của từng vị_trí trong biểu_đồ thanh và hiển_thị theo dạng tăng dần theo trục x .
SELECT Vị trí, SUM ( Tổng hành khách ) FROM ga GROUP BY Vị trí ORDER BY Vị trí
SELECT Vị_trí, SUM ( Tổng_hành khách ) FROM ga GROUP BY Vị_trí ORDER BY Vị_trí
sede
CREATE TABLE PostLinks(Id number,CreationDate time,PostId number,RelationPostId number,LinkTypeId number) CREATE TABLE PostNotices(Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,Ngày hết hạn time,Nội dung text,OwnerUserId number,DeletionUserId number) CREATE TABLE VoteTypes(Id number,Name text) CREATE TABLE Tags(Id number,TagName text,Count number,ExcerptPostId number,WikiPostId number) CREATE TABLE ReviewTaskStates(Id number,Name text,Description text) CREATE TABLE CloseAsOffTopicReasonTypes(Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModeratorId number,ApprovalDate time,ApprovalModeratorId number,DeactivationDate time,DeactivationModeratorId number) CREATE TABLE PostHistory(Id number,PostHistoryTypeId number,PostId number,RevisionGUID other,CreationDate time,UserId number,UserDisplayName text,Comment text,Text text,ContentLince text) CREATE TABLE ReviewTaskResults(Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text) CREATE TABLE ReviewTaskResultTypes(Id number,Name text,Description text) CREATE TABLE ReviewTaskTypes(Id number,Name text,Description text) CREATE TABLE Người dùng(Id number,Reputation number,CreationDate time,DisplayName text,LastAccessDate time,WebsiteUrl text,Location text,AboutMe text,Views number,UpVotes number,DownVotes number,ProfileImageUrl text,EmailHash text,AccountId number) CREATE TABLE CloseReasonTypes(Id number,Name text,Description text) CREATE TABLE ReviewTasks(Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate time,ReviewTaskStateId number,PostId number,SuggestedEditId number,CompletedByReviewTaskId number) CREATE TABLE PendingFlags(Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text) CREATE TABLE Nhận xét(Id number,PostId number,Điểm number,Text text,Ngày tạo time,Tên hiển thị người dùng text,UserId number,Giấy phép nội dung text) CREATE TABLE được đề xuấtEditVotes(Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number) CREATE TABLE FlagTypes(Id number,Name text,Description text) CREATE TABLE Phiếu bầu(Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number) CREATE TABLE ReviewRejectionReasons(Id number,Name text,Description text,PostTypeId number) CREATE TABLE Huy hiệu(Id number,UserId number,Name text,Date time,Class number,TagBased boolean) CREATE TABLE PostNoticeTypes(Id number,ClassId number,Name text,Body text,IsHidden boolean,Được xác định trước boolean,PostNoticeDurationId number) CREATE TABLE PostHistoryTypes(Id number,Name text) CREATE TABLE TagSynonyms(Id number,SourceTagName text,TargetTagName text,CreationDate time,OwnerUserId number,AutoRenameCount number,LastAutoRename time,Score number,ApprovedByUserId number,ApprovalDate time) CREATE TABLE PostFeedback(Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time) CREATE TABLE PostTags(PostId number,TagId number) CREATE TABLE PostWithDeleted(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,Ngày cộng đồng sở hữu time,Giấy phép nội dung text) CREATE TABLE Chỉnh sửa được đề xuất(Id number,PostId number,Ngày tạo time,Ngày phê duyệt time,Ngày từ chối time,OwnerUserId number,Nhận xét text,Text text,Tiêu đề text,Thẻ text,RevisionGUID other) CREATE TABLE Bài viết(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,Giấy phép Nội dung text) CREATE TABLE PostTypes(Id number,Name text)
CREATE TABLE PostLinks(Id number,CreationDate time,PostId number,RelationPostId number,LinkTypeId number) CREATE TABLE PostNotices(Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,Ngày hết hạn time,Nội_dung text,OwnerUserId number,DeletionUserId number) CREATE TABLE VoteTypes(Id number,Name text) CREATE TABLE Tags(Id number,TagName text,Count number,ExcerptPostId number,WikiPostId number) CREATE TABLE ReviewTaskStates(Id number,Name text,Description text) CREATE TABLE CloseAsOffTopicReasonTypes(Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModeratorId number,ApprovalDate time,ApprovalModeratorId number,DeactivationDate time,DeactivationModeratorId number) CREATE TABLE PostHistory(Id number,PostHistoryTypeId number,PostId number,RevisionGUID_other,CreationDate time,UserId number,UserDisplayName text,Comment text,Text text,ContentLince text) CREATE TABLE ReviewTaskResults(Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text) CREATE TABLE ReviewTaskResultTypes(Id number,Name text,Description text) CREATE TABLE ReviewTaskTypes(Id number,Name text,Description text) CREATE TABLE Người dùng(Id number,Reputation number,CreationDate time,DisplayName text,LastAccessDate time,WebsiteUrl text,Location text,AboutMe text,Views number,UpVotes number,DownVotes number,ProfileImageUrl text,EmailHash text,AccountId number) CREATE TABLE CloseReasonTypes(Id number,Name text,Description text) CREATE TABLE ReviewTasks(Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate time,ReviewTaskStateId number,PostId number,SuggestedEditId number,CompletedByReviewTaskId number) CREATE TABLE PendingFlags(Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text) CREATE TABLE Nhận_xét(Id number,PostId number,Điểm number,Text text,Ngày tạo time,Tên hiển_thị người dùng text,UserId number,Giấy_phép nội_dung text) CREATE TABLE được đề_xuấtEditVotes(Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number) CREATE TABLE FlagTypes(Id number,Name text,Description text) CREATE TABLE Phiếu bầu(Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number) CREATE TABLE ReviewRejectionReasons(Id number,Name text,Description text,PostTypeId number) CREATE TABLE Huy_hiệu(Id number,UserId number,Name text,Date time,Class number,TagBased boolean) CREATE TABLE PostNoticeTypes(Id number,ClassId number,Name text,Body text,IsHidden boolean,Được xác_định trước boolean,PostNoticeDurationId number) CREATE TABLE PostHistoryTypes(Id number,Name text) CREATE TABLE TagSynonyms(Id number,SourceTagName text,TargetTagName text,CreationDate time,OwnerUserId number,AutoRenameCount number,LastAutoRename time,Score number,ApprovedByUserId number,ApprovalDate time) CREATE TABLE PostFeedback(Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time) CREATE TABLE PostTags(PostId number,TagId number) CREATE TABLE PostWithDeleted(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,Ngày cộng_đồng sở_hữu time,Giấy_phép nội_dung text) CREATE TABLE Chỉnh_sửa được đề_xuất(Id number,PostId number,Ngày tạo time,Ngày phê_duyệt time,Ngày từ_chối time,OwnerUserId number,Nhận_xét text,Text text,Tiêu_đề text,Thẻ text,RevisionGUID_other) CREATE TABLE Bài viết(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,Giấy_phép Nội_dung text) CREATE TABLE PostTypes(Id number,Name text)
N câu hỏi có tiêu đề ngắn nhất trên một trang web nhất định.
N câu hỏi có tiêu_đề ngắn nhất trên một trang_web nhất_định .
SELECT Id AS "post link",LENGTH ( Tiêu đề ) AS "no. of characters" FROM Bài viết WHERE PostTypeId = 1 ORDER BY 'no. of characters' LIMIT 100
SELECT Id AS "post_link",LENGTH ( Tiêu_đề ) AS"no.of_characters" FROM Bài viết WHERE PostTypeId = 1 ORDER BY "no.of_characters" LIMIT 100
mimic_iii
CREATE TABLE chuyển(row id number,subject id number,hadm id number,icustay id number,eventtype text,careunit text,wardid number,intime time,outtime time) CREATE TABLE chẩn đoán icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE d icd diagnoses(row id number,icd9 code text,short title text,long title text) CREATE TABLE labevents(row id number,topic id number,hadm id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE đơn thuốc(row id number,subject id number,hadm id number,startdate time,enddate time,thuốc text,dose val rx text,dose unit rx text,route text) CREATE TABLE cost(row id number,subject id number,hadm id number,event type text,event id number,chargetime time,cost number) CREATE TABLE d items(row id number,itemid number,label text,linksto text) CREATE TABLE d labitems(row id number,itemid number,label text) CREATE TABLE d icd procedures(row id number,icd9 code text,short title text,long title text) CREATE TABLE microbiologyevents(row id number,subject id number,hadm id number,charttime time,spec type desc text,org name text) CREATE TABLE thủ tục icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE inputevents cv(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,amount number) CREATE TABLE tuyển sinh(row id number,subject id number,hadm id number,admittime time,dischtime time,admission type text,admission location text,discharge location text,bảo hiểm text,ngôn ngữ text,hôn nhân status text,dân tộc text,tuổi number) CREATE TABLEchartevents(row id number,subject id number,hadm id number,icustay id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE icustays(row id number,subject id number,hadm id number,icustay id number,first careunit text,last careunit text,first wardid number,last wardid number,intime time,outtime time) CREATE TABLE bệnh nhân(row id number,subject id number,gender text,dob time,dod time) CREATE TABLE outevents(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,giá trị number)
CREATE TABLE chuyển(row_id number,subject_id number,hadm_id number,icustay_id number,eventtype text,careunit text,wardid number,intime time,outtime time) CREATE TABLE chẩn_đoán_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE d_icd_diagnoses(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE labevents(row_id number,topic_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE đơn thuốc(row_id number,subject_id number,hadm_id number,startdate time,enddate time,thuốc text,dose_val_rx text,dose_unit_rx text,route text) CREATE TABLE cost(row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number) CREATE TABLE d_items(row_id number,itemid number,label text,linksto text) CREATE TABLE d_labitems(row_id number,itemid number,label text) CREATE TABLE d_icd_procedures(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE microbiologyevents(row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text) CREATE TABLE thủ_tục_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE inputevents_cv(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number) CREATE TABLE tuyển_sinh(row_id number,subject_id number,hadm_id number,admittime time,dischtime time,admission_type text,admission_location text,discharge_location text,bảo_hiểm text,ngôn_ngữ text,hôn_nhân_status text,dân_tộc text,tuổi number) CREATE TABLEchartevents(row_id number,subject_id number,hadm_id number,icustay_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE icustays(row_id number,subject_id number,hadm_id number,icustay_id number,first_careunit text,last_careunit text,first_wardid number,last_wardid number,intime time,outtime time) CREATE TABLE bệnh_nhân(row_id number,subject_id number,gender text,dob time,dod time) CREATE TABLE outevents(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,giá_trị number)
khi nào bệnh nhân 20000 được xét nghiệm khoảng cách anion đầu tiên kể từ 166 tháng trước?
khi nào bệnh_nhân 20000 được xét_nghiệm khoảng_cách anion đầu_tiên kể từ 166 tháng trước ?
SELECT labevents.charttime FROM labevents WHERE labevents.itemid IN ( SELECT d labitems.itemid FROM d labitems WHERE d labitems.label = 'anion Gap' ) AND labevents.hadm id IN ( SELECT entrys.hadm id FROM tuyển sinh WHERE tuyển sinh.subject id = 20000 ) AND DATETIME ( labevents.charttime ) >= DATETIME ( CURRENT TIME ( ) ,'166 tháng' ) ORDER BY labevents.charttime LIMIT 1
SELECT labevents.charttime FROM labevents WHERE labevents.itemid IN ( SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = "anion Gap" ) AND labevents.hadm_id IN ( SELECT entrys.hadm_id FROM tuyển_sinh WHERE tuyển_sinh.subject_id = 20000 ) AND DATETIME ( labevents.charttime ) > = DATETIME ( CURRENT_TIME ( ) ," 166 tháng" ) ORDER BY labevents.charttime LIMIT 1
nvbench
CREATE TABLE College(cName varchar(20),state varchar(2),enr numeric(5,0)) CREATE TABLE Player(pID numeric(5,0),pName varchar(20),yCard varchar(3),HS numeric(5,0)) CREATE TABLE Tryout(pID numeric(5,0),cName varchar(20),pPos varchar(8),quyết định varchar(3))
CREATE TABLE College(cName varchar(20),state varchar(2),enr numeric(5,0)) CREATE TABLE Player(pID numeric(5,0),pName varchar(20),yCard varchar(3),HS numeric(5,0)) CREATE TABLE Tryout(pID numeric(5,0),cName varchar(20),pPos varchar(8),quyết_định varchar(3))
Số giờ tối thiểu của học sinh chơi ở các vị trí khác nhau Hãy vẽ chúng dưới dạng biểu đồ thanh và bạn có thể sắp xếp theo trục y giảm dần không?
Số giờ tối_thiểu của học_sinh chơi ở các vị_trí khác nhau Hãy vẽ chúng dưới dạng biểu_đồ thanh và bạn có_thể sắp_xếp theo trục_y giảm dần không ?
SELECT pPos, MIN ( T2.HS ) FROM Tryout AS T1 JOIN Player AS T2 ON T1.pID = T2.pID GROUP BY pPos ORDER BY MIN ( T2.HS ) DESC
SELECT pPos, MIN ( T2.HS ) FROM Tryout AS T1 JOIN Player AS T2 ON T1.pID = T2.pID GROUP BY pPos ORDER BY MIN ( T2.HS ) DESC
sql_create_context
CREATE TABLE customer orders(order details VARCHAR)
CREATE TABLE customer_orders(order_details VARCHAR)
Có bao nhiêu đơn hàng có chi tiết 'Lần thứ hai'?
Có bao_nhiêu đơn hàng có chi_tiết ' Lần thứ hai ' ?
SELECT COUNT ( * ) FROM customer orders WHERE order details = "Lần thứ hai"
SELECT COUNT ( * ) FROM customer_orders WHERE order_details = "Lần thứ hai"
sql_create_context
CREATE TABLE tên bảng 34(đội 1 VARCHAR)
CREATE TABLE tên_bảng_34(đội_1 VARCHAR)
Trận lượt đi nào có Galatasaray là Đội 1?
Trận lượt đi nào có Galatasaray là Đội 1 ?
SELECT 1 AS st leg FROM table name 34 WHERE team 1 = "galatasaray"
SELECT 1 AS st_leg FROM table_name_34 WHERE team_1 = "galatasaray"
nvbench
CREATE TABLE SportsInfo(StuID INTEGER,SportName VARCHAR(32),HoursPerWeek INTEGER,GamesPlayed INTEGER,OnScholarship VARCHAR(1)) CREATE TABLE Sinh viên(StuID INTEGER,LName VARCHAR(12),Fname VARCHAR(12),Tuổi INTEGER,Giới tính VARCHAR(1),Chính INTEGER,Cố vấn INTEGER,city code VARCHAR(3)) CREATE TABLE Video Games(GameID INTEGER,GName VARCHAR(40),GType VARCHAR(40)) CREATE TABLE Plays Games(StuID INTEGER,GameID INTEGER,Hours Played INTEGER)
CREATE TABLE SportsInfo(StuID INTEGER,SportName VARCHAR(32),HoursPerWeek INTEGER,GamesPlayed INTEGER,OnScholarship VARCHAR(1)) CREATE TABLE Sinh_viên(StuID INTEGER,LName VARCHAR(12),Fname VARCHAR(12),Tuổi INTEGER,Giới_tính VARCHAR(1),Chính INTEGER,Cố_vấn INTEGER,city_code VARCHAR(3)) CREATE TABLE Video_Games(GameID INTEGER,GName VARCHAR(40),GType VARCHAR(40)) CREATE TABLE Plays_Games(StuID INTEGER,GameID INTEGER,Hours_Played INTEGER)
Hiển thị họ của tất cả sinh viên được nhận học bổng và đếm chúng theo biểu đồ thanh, sau đó bạn có thể sắp xếp giảm dần theo trục y không?
Hiển_thị họ của tất_cả sinh_viên được nhận học_bổng và đếm chúng theo biểu_đồ thanh , sau đó bạn có_thể sắp_xếp giảm dần theo trục_y không ?
SELECT LName, COUNT ( LName ) FROM SportsInfo AS T1 JOIN Sinh viên AS T2 ON T1.StuID = T2.StuID WHERE T1.OnScholarship = 'Y' GROUP BY LName ORDER BY COUNT ( LTên ) DESC
SELECT LName, COUNT ( LName ) FROM SportsInfo AS T1 JOIN Sinh_viên AS T2 ON T1.StuID = T2.StuID WHERE T1.OnScholarship = "Y" GROUP BY LName ORDER BY COUNT ( LTên ) DESC
sql_create_context
CREATE TABLE Học sinh(tuổi VARCHAR)
CREATE TABLE Học_sinh(tuổi VARCHAR)
Hiển thị mọi lứa tuổi và số lượng học sinh tương ứng.
Hiển_thị mọi lứa tuổi và số_lượng học_sinh tương_ứng .
SELECT tuổi, COUNT ( * ) FROM Sinh viên GROUP BY tuổi
SELECT tuổi, COUNT ( * ) FROM Sinh_viên GROUP BY tuổi
sql_create_context
CREATE TABLE table name 20(số người tham dự VARCHAR,đối thủ VARCHAR,h a VARCHAR)
CREATE TABLE table_name_20(số người tham_dự VARCHAR,đối_thủ VARCHAR,h___a VARCHAR)
Tỷ lệ tham dự khi Thành phố Lincoln là Đối thủ có H/A của A là bao nhiêu?
Tỷ_lệ tham_dự khi Thành_phố Lincoln là Đối_thủ có H / A của A là bao_nhiêu ?
SELECT COUNT ( tham dự ) FROM table name 20 WHERE đối thủ = "thành phố lincoln" AND h a = "a"
SELECT COUNT ( tham_dự ) FROM table_name_20 WHERE đối_thủ= "thành_phố lincoln" AND h___a = "a"
sql_create_context
CREATE TABLE bảng 1341663 19(được chọn đầu tiên INTEGER)
CREATE TABLE bảng_1341663_19(được chọn đầu_tiên INTEGER)
Người được bầu sớm nhất vào năm nào?
Người được bầu sớm nhất vào năm nào ?
SELECT MIN ( được chọn đầu tiên ) FROM bảng 1341663 19
SELECT MIN ( được chọn đầu_tiên ) FROM bảng_1341663_19
wikisql
CREATE TABLE table 69379("Ngày" text,"Đối thủ" text,"Điểm" text,"Thua" text,"Tham dự" text)
CREATE TABLE table_69379("Ngày" text,"Đối_thủ" text,"Điểm" text,"Thua" text,"Tham_dự" text)
Đối thủ nào thua Trachsel (10-11)?
Đối_thủ nào thua_Trachsel ( 10-11 ) ?
SELECT "Đối thủ" FROM table 69379 WHERE "Thua" = 'trachsel ( 1011 ) '
SELECT "Đối_thủ" FROM table_69379 WHERE "Thua" = "trachsel ( 1011 ) "
sql_create_context
CREATE TABLE table name 22(chủ tịch VARCHAR,date VARCHAR,năm VARCHAR,vị trí VARCHAR,loại VARCHAR)
CREATE TABLE table_name_22(chủ_tịch VARCHAR,date VARCHAR,năm VARCHAR,vị_trí VARCHAR,loại VARCHAR)
Tổng thống có Vị trí tòa nhà justus lipius, Brussels và Loại có lịch trình, Năm lớn hơn năm 2011 và Ngày có ngày 18 tháng 10 là gì?
Tổng_thống có Vị_trí tòa nhà justus lipius , Brussels và Loại có lịch_trình , Năm lớn hơn năm 2011 và Ngày có ngày 18 tháng 10 là gì ?
SELECT chủ tịch FROM tên bảng 22 WHERE location = "tòa nhà justus lipius,brussels" AND type = "đã lên lịch" AND năm > 2011 AND date = "1819 tháng 10"
SELECT chủ_tịch FROM tên_bảng_22 WHERE location = "tòa nhà justus lipius,brussels" AND type = "đã lên lịch" AND năm > 2011 AND date = "18 19 tháng 10"
nvbench
CREATE TABLE hoạt động công ty(id int,tên text,Loại text,Principal activities text,Incorporated in text,Group Equity Shareholding real) CREATE TABLE sân bay(id int,Thành phố text,Quốc gia text,IATA text,ICAO text,tên text) CREATE TABLE chuyến bay(id int,Vehicle Flight number text,Date text,Phi công text,Vận tốc real,Độ cao real,airport id int,company id int)
CREATE TABLE hoạt động_công_ty(id int,tên text,Loại text,Principal_activities text,Incorporated_in text,Group_Equity_Shareholding real) CREATE TABLE sân_bay(id int,Thành_phố text,Quốc_gia text,IATA text,ICAO text,tên text) CREATE TABLE chuyến bay(id int,Vehicle_Flight_number text,Date text,Phi_công text,Vận_tốc real,Độ cao real,airport_id int,company_id int)
Cho biết tỷ lệ id và tên của các công ty khai thác nhiều chuyến bay?
Cho_biết tỷ_lệ id và tên của các công_ty khai_thác nhiều chuyến bay ?
SELECT T1.name,T1.id FROMoper company AS T1 JOIN chuyến bay AS t2 ON T1.id = T2.company id
SELECT T1.name,T1.id FROM oper_company AS T1 JOIN chuyến bay AS t2 ON T1.id = T2.company_id
wikisql
CREATE TABLE table 47454("Bầu cử" text,"Ứng cử viên" text,"Số phiếu bầu" text,"Tỷ lệ phiếu bầu" text,"Kết quả bầu cử" text)
CREATE TABLE table_47454("Bầu_cử" text,"Ứng_cử_viên" text,"Số phiếu bầu" text,"Tỷ_lệ phiếu bầu" text,"Kết_quả bầu_cử" text)
Tỷ lệ phiếu bầu trong cuộc bầu cử năm 2000 (lần thứ 2) là bao nhiêu?
Tỷ_lệ phiếu bầu trong cuộc bầu_cử năm 2000 ( lần thứ 2 ) là bao_nhiêu ?
SELECT "Tỷ lệ phiếu bầu" FROM table 47454 WHERE "Bầu cử" = '2000 ( thứ 2 ) '
SELECT "Tỷ_lệ phiếu bầu" FROM table_47454 WHERE "Bầu_cử" = "2000 ( thứ 2 ) "
nvbench
CREATE TABLE cuộc đua(raceId INTEGER,year INTEGER,round INTEGER,CircuitId INTEGER,name TEXT,date TEXT,time TEXT,url TEXT) CREATE TABLE constructor(constructorId INTEGER,constructorRef TEXT,name TEXT,quốc tịch TEXT,url TEXT) CREATE TABLE lapTimes(raceId INTEGER,driverId INTEGER,lap INTEGER,position INTEGER,time TEXT,mili giây INTEGER) CREATE TABLE pitStops(raceId INTEGER,driverId INTEGER,stop INTEGER,lap INTEGER,time TEXT,duration TEXT,mili giây INTEGER) CREATE TABLE constructorStandings(constructorSandingsId INTEGER,raceId INTEGER,constructorId INTEGER,điểm REAL,vị trí INTEGER,vị tríVăn bản TEXT,thắng INTEGER) CREATE TABLE mạch(CircuitId INTEGER,CircuitRef TEXT,tên TEXT,vị trí TEXT,quốc gia TEXT,lat REAL,lng REAL,alt TEXT,url TEXT) CREATE TABLE mùa(năm INTEGER,url TEXT) CREATE TABLE trạng thái(statusId INTEGER,status TEXT) CREATE TABLE đủ điều kiện(qualifyId INTEGER,raceId INTEGER,driverId INTEGER,constructorId INTEGER,number INTEGER,position INTEGER,q1 TEXT,q2 TEXT,q3 TEXT) CREATE TABLE constructorResults(constructorResultsId INTEGER,raceId INTEGER,constructorId INTEGER,points REAL,tình trạng TEXT) CREATE TABLE trình điều khiển(driverId INTEGER,driverRef TEXT,number TEXT,mã TEXT,tên TEXT,họ TEXT,dob TEXT,quốc tịch TEXT,url TEXT) CREATE TABLE kết quả(resultId INTEGER,raceId INTEGER,driverId INTEGER,constructorId INTEGER,number INTEGER,grid INTEGER,position TEXT,positionText TEXT,positionOrder INTEGER,points REAL,laps TEXT,time TEXT,mili giây TEXT,fastestLap TEXT,rank TEXT,fastestLapTime TEXT,fastestLapSpeed ​​TEXT,statusId INTEGER) CREATE TABLE driverStandings(driverSandingsId INTEGER,raceId INTEGER,driverId INTEGER,points REAL,vị trí INTEGER,văn bản vị trí TEXT,thắng INTEGER)
CREATE TABLE cuộc đua(raceId INTEGER,year INTEGER,round INTEGER,CircuitId INTEGER,name TEXT,date TEXT,time TEXT,url TEXT) CREATE TABLE constructor(constructorId INTEGER,constructorRef TEXT,name TEXT,quốc_tịch TEXT,url TEXT) CREATE TABLE lapTimes(raceId INTEGER,driverId INTEGER,lap INTEGER,position INTEGER,time TEXT,mili giây INTEGER) CREATE TABLE pitStops(raceId INTEGER,driverId INTEGER,stop INTEGER,lap INTEGER,time TEXT,duration TEXT,mili giây INTEGER) CREATE TABLE constructorStandings(constructorSandingsId INTEGER,raceId INTEGER,constructorId INTEGER,điểm REAL,vị_trí INTEGER,vị tríVăn bản TEXT,thắng INTEGER) CREATE TABLE mạch(CircuitId INTEGER,CircuitRef TEXT,tên TEXT,vị_trí TEXT,quốc_gia TEXT,lat REAL,lng REAL,alt TEXT,url TEXT) CREATE TABLE mùa(năm INTEGER,url TEXT) CREATE TABLE trạng_thái(statusId INTEGER,status TEXT) CREATE TABLE đủ điều_kiện(qualifyId INTEGER,raceId INTEGER,driverId INTEGER,constructorId INTEGER,number INTEGER,position INTEGER,q1 TEXT,q2 TEXT,q3 TEXT) CREATE TABLE constructorResults(constructorResultsId INTEGER,raceId INTEGER,constructorId INTEGER,points REAL,tình_trạng TEXT) CREATE TABLE trình điều_khiển(driverId INTEGER,driverRef TEXT,number TEXT,mã TEXT,tên TEXT,họ TEXT,dob TEXT,quốc_tịch TEXT,url TEXT) CREATE TABLE kết_quả(resultId INTEGER,raceId INTEGER,driverId INTEGER,constructorId INTEGER,number INTEGER,grid INTEGER,position TEXT,positionText TEXT,positionOrder INTEGER,points REAL,laps TEXT,time TEXT,mili giây TEXT,fastestLap TEXT,rank TEXT,fastestLapTime TEXT,fastestLapSpeed ​ ​ TEXT,statusId INTEGER) CREATE TABLE driverStandings(driverSandingsId INTEGER,raceId INTEGER,driverId INTEGER,points REAL,vị_trí INTEGER,văn_bản vị_trí TEXT,thắng INTEGER)
Tìm id và vị trí của các mạch thuộc về Pháp hoặc Bỉ. Vẽ chúng dưới dạng biểu đồ thanh, bạn có thể sắp xếp giảm dần theo chữ Y không?
Tìm id và vị_trí của các mạch thuộc về Pháp hoặc Bỉ . Vẽ chúng dưới dạng biểu_đồ thanh , bạn có_thể sắp_xếp giảm dần theo chữ Y không ?
SELECT vị trí,CircuitId FROM mạch WHERE country = "Pháp" OR country = "Bỉ" ORDER BY CircuitId DESC
SELECT vị_trí,CircuitId FROM mạch WHERE country = "Pháp" OR country = "Bỉ" ORDER BY CircuitId DESC
wikisql
CREATE TABLE table 52345("Đội chủ nhà" text,"Tỷ số của đội chủ nhà" text,"Đội khách" text,"Tỷ số của đội khách" text,"Địa điểm" text,"Đám đông" real,"Ngày" text)
CREATE TABLE table_52345("Đội chủ nhà" text,"Tỷ_số của đội chủ nhà" text,"Đội khách" text,"Tỷ_số của đội khách" text,"Địa_điểm" text,"Đám đông" real,"Ngày" text)
Đội chủ nhà đã ghi được bàn thắng gì ở Western Oval?
Đội chủ nhà đã ghi được bàn thắng gì ở Western_Oval ?
SELECT "Tỷ số của đội chủ nhà" FROM table 52345 WHERE "Địa điểm" = 'hình bầu dục phía tây'
SELECT "Tỷ_số của đội chủ nhà" FROM table_52345 WHERE "Địa_điểm" = "hình bầu_dục phía tây"
mimic_iii
CREATE TABLE tuyển sinh(row id number,subject id number,hadm id number,admittime time,dischtime time,admission type text,admission location text,discharge location text,bảo hiểm text,ngôn ngữ text,hôn nhân status text,dân tộc text,tuổi number) CREATE TABLEchartevents(row id number,subject id number,hadm id number,icustay id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE d items(row id number,itemid number,label text,linksto text) CREATE TABLE đơn thuốc(row id number,subject id number,hadm id number,startdate time,enddate time,drug text,dose val rx text,dose unit rx text,route text) CREATE TABLE d icd procedures(row id number,icd9 code text,short title text,long title text) CREATE TABLE microbiologyevents(row id number,subject id number,hadm id number,Charttime time,spec type desc text,org name text) CREATE TABLE labevents(row id number,subject id number,hadm id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE cost(row id number,subject id number,hadm id number,event type text,event id number,chargetime time,cost number) CREATE TABLE icustays(row id number,subject id number,hadm id number,icustay id number,first careunit text,last careunit text,first wardid number,last wardid number,intime time,outtime time) CREATE TABLE d labitems(row id number,itemid number,label text) CREATE TABLE đầu rasự kiện(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,value number) CREATE TABLE bệnh nhân(row id number,subject id number,giới tính text,dob time,dod time) CREATE TABLE thủ tục icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE chẩn đoán icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE inputevents cv(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,amount number) CREATE TABLE d icd diagnoses(row id number,icd9 code text,short title text,long title text) CREATE TABLE chuyển(row id number,subject id number,hadm id number,icustay id number,eventtype text,careunit text,wardid number,intime time,ngoài giờ time)
CREATE TABLE tuyển_sinh(row_id number,subject_id number,hadm_id number,admittime time,dischtime time,admission_type text,admission_location text,discharge_location text,bảo_hiểm text,ngôn_ngữ text,hôn_nhân_status text,dân_tộc text,tuổi number) CREATE TABLEchartevents(row_id number,subject_id number,hadm_id number,icustay_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE d_items(row_id number,itemid number,label text,linksto text) CREATE TABLE đơn thuốc(row_id number,subject_id number,hadm_id number,startdate time,enddate time,drug text,dose_val_rx text,dose_unit_rx text,route text) CREATE TABLE d_icd_procedures(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE microbiologyevents(row_id number,subject_id number,hadm_id number,Charttime time,spec_type_desc text,org_name text) CREATE TABLE labevents(row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE cost(row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number) CREATE TABLE icustays(row_id number,subject_id number,hadm_id number,icustay_id number,first_careunit text,last_careunit text,first_wardid number,last_wardid number,intime time,outtime time) CREATE TABLE d_labitems(row_id number,itemid number,label text) CREATE TABLE đầu rasự_kiện(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,value number) CREATE TABLE bệnh_nhân(row_id number,subject_id number,giới_tính text,dob time,dod time) CREATE TABLE thủ_tục_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE chẩn_đoán_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE inputevents_cv(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number) CREATE TABLE d_icd_diagnoses(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE chuyển(row_id number,subject_id number,hadm_id number,icustay_id number,eventtype text,careunit text,wardid number,intime time,ngoài giờ time)
số bệnh nhân trung bình được chẩn đoán mắc bệnh về môi hàng tháng cho đến năm 2104 là bao nhiêu?
số bệnh_nhân trung_bình được chẩn_đoán mắc bệnh về môi hàng tháng cho đến năm 2104 là bao_nhiêu ?
SELECT AVG ( t1.c1 ) FROM ( SELECT COUNT ( DISTINCT chẩn đoán icd.hadm id ) AS c1 FROM chẩn đoán icd WHERE chẩn đoán icd.icd9 code = ( SELECT d icd diagnoses.icd9 code FROM d icd diagnoses WHERE d icd diagnoses.short title = 'bệnh về môi' ) AND STRFTIME ( 'y',diagnoses icd.charttime ) <= '2104' GROUP BY STRFTIME ( 'ym',diagnoses icd.charttime ) ) AS t1
SELECT AVG ( t1.c1 ) FROM ( SELECT COUNT ( DISTINCT chẩn_đoán_icd.hadm_id ) AS c1 FROM chẩn_đoán_icd WHERE chẩn_đoán_icd.icd9_code = ( SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = "bệnh về môi" ) AND STRFTIME ( " y",diagnoses_icd.charttime ) < = "2104" GROUP BY STRFTIME ( " y m",diagnoses_icd.charttime ) ) AS t1
wikisql
CREATE TABLE table 29471("Đội" text,"Huấn luyện viên trưởng" text,"Đội trưởng" text,"Nhà sản xuất trang phục" text,"Nhà tài trợ áo đấu" text,"Mùa trước" text)
CREATE TABLE table_29471("Đội" text,"Huấn_luyện_viên trưởng" text,"Đội_trưởng" text,"Nhà sản_xuất trang_phục" text,"Nhà tài_trợ áo_đấu" text,"Mùa trước" text)
Đội nào có Ali Daei làm huấn luyện viên trưởng?
Đội nào có Ali_Daei làm huấn_luyện_viên trưởng ?
SELECT "Đội" FROM table 29471 WHERE "Huấn luyện viên trưởng" = 'Ali Daei'
SELECT "Đội" FROM table_29471 WHERE "Huấn_luyện_viên trưởng" = "Ali_Daei"
atis
CREATE TABLE giá vé chuyến bay(id chuyến bay int,id id int) CREATE TABLE dịch vụ ăn uống(mã bữa ăn text,số bữa ăn int,ngăn text,mô tả bữa ăn varchar) CREATE TABLE tháng(số tháng int,tên tháng text) CREATE TABLE ngày(days code varchar,day name varchar) CREATE TABLE time zone(time zone code text,time zone name text,hours from gmt int) CREATE TABLE ngăn class(ngăn varchar,class type varchar) CREATE TABLE chuyến bay(aircraft code sequence text,airline code varchar,airline flight text,arrival time int,kết nối int,departure time int,dual carrier text,flight days text,flight id int,flight number int,from airport varchar,meal code text,dừng int,thời gian đã trôi qua int,đến sân bay varchar) CREATE TABLE code description(code varchar,description text) CREATE TABLE máy bay(aircraft code varchar,aircraft description varchar,nhà sản xuất varchar,basic type varchar,engines int,động cơ varchar,thân rộng varchar,sải cánh int,chiều dài int,trọng lượng int,công suất int,tải trả int,tốc độ bay int,phạm vi dặm int,có áp suất varchar) CREATE TABLE chuyến bay stop(flight id int,stop number int,stop days text,stop airport text,arrival time int,arrival airline text,arrival flight number int,departure time int,departure airport text,departure flight number int,stop time int) CREATE TABLE state(state code text,state name text,country name text) CREATE TABLE thành phố(city code varchar,city name varchar,state code varchar,country name varchar,time zone code varchar) CREATE TABLE class of service(booking class varchar,rank int,class description text) CREATE TABLE Dual carrier(main airline varchar,low flight number int,high flight number int,dual airline varchar,service name text) CREATE TABLE Equipment sequence(aircraft code sequence varchar,aircraft code varchar) CREATE TABLE hãng hàng không(hãng hàng không code varchar,airline name text,note text) CREATE TABLE ground service(city code text,airport code text,transport type text,ground fare int) CREATE TABLE limit(restriction code text,advance purchase int,stopovers text,saturday stay required text,minimum stay int,maximum stay int,application text,no discounts text) CREATE TABLE time interval(thời gian text,begin time int,end time int) CREATE TABLE sân bay(mã sân bay varchar,Airport name text,airport location text,state code varchar,country name varchar,time zone code varchar,minimum connect time int) CREATE TABLE Airport service(city code varchar,airport code varchar,miles distant int,direction varchar,Minutes distant int) CREATE TABLE chuyến bay leg(flight id int,leg number int,leg flight int) CREATE TABLE giá vé basis(fare basis code text,booking class text,class type text,premium text,phổ thông text,giảm giá text,đêm text,mùa text,ngày cơ sở text) CREATE TABLE giá vé(fare id int,from airport varchar,to airport varchar,fare basis code text,fare airline text,restriction code text,one direction cost int,round trip cost int,round trip required varchar) CREATE TABLE ngày ngày(số tháng int,số ngày int,năm int,tên ngày varchar)
CREATE TABLE giá vé chuyến bay(id_chuyến bay int,id_id int) CREATE TABLE dịch_vụ ăn_uống(mã_bữa ăn text,số_bữa ăn int,ngăn text,mô_tả bữa ăn varchar) CREATE TABLE tháng(số_tháng int,tên_tháng text) CREATE TABLE ngày(days_code varchar,day_name varchar) CREATE TABLE time_zone(time_zone_code text,time_zone_name text,hours_from_gmt int) CREATE TABLE ngăn_class(ngăn varchar,class_type varchar) CREATE TABLE chuyến bay(aircraft_code_sequence text,airline_code varchar,airline_flight text,arrival_time int,kết_nối int,departure_time int,dual_carrier text,flight_days text,flight_id int,flight_number int,from_airport varchar,meal_code text,dừng int,thời_gian_đã trôi qua int,đến_sân bay varchar) CREATE TABLE code_description(code varchar,description text) CREATE TABLE máy_bay(aircraft_code varchar,aircraft_description varchar,nhà_sản_xuất varchar,basic_type varchar,engines int,động_cơ varchar,thân rộng varchar,sải cánh int,chiều dài int,trọng_lượng int,công_suất int,tải_trả int,tốc_độ bay int,phạm vi_dặm int,có áp_suất varchar) CREATE TABLE chuyến bay_stop(flight_id int,stop_number int,stop_days text,stop_airport text,arrival_time int,arrival_airline text,arrival_flight_number int,departure_time int,departure_airport text,departure_flight_number int,stop_time int) CREATE TABLE state(state_code text,state_name text,country_name text) CREATE TABLE thành_phố(city_code varchar,city_name varchar,state_code varchar,country_name varchar,time_zone_code varchar) CREATE TABLE class_of_service(booking_class varchar,rank int,class_description text) CREATE TABLE Dual_carrier(main_airline varchar,low_flight_number int,high_flight_number int,dual_airline varchar,service_name text) CREATE TABLE Equipment_sequence(aircraft_code_sequence varchar,aircraft_code varchar) CREATE TABLE hãng hàng_không(hãng hàng không_code varchar,airline_name text,note text) CREATE TABLE ground_service(city_code text,airport_code text,transport_type text,ground_fare int) CREATE TABLE limit(restriction_code text,advance_purchase int,stopovers text,saturday_stay_required text,minimum_stay int,maximum_stay int,application text,no_discounts text) CREATE TABLE time_interval(thời_gian text,begin_time int,end_time int) CREATE TABLE sân_bay(mã sân_bay varchar,Airport_name text,airport_location text,state_code varchar,country_name varchar,time_zone_code varchar,minimum_connect_time int) CREATE TABLE Airport_service(city_code varchar,airport_code varchar,miles_distant int,direction varchar,Minutes_distant int) CREATE TABLE chuyến bay_leg(flight_id int,leg_number int,leg_flight int) CREATE TABLE giá vé_basis(fare_basis_code text,booking_class text,class_type text,premium text,phổ_thông text,giảm_giá text,đêm text,mùa text,ngày cơ_sở text) CREATE TABLE giá vé(fare_id int,from_airport varchar,to_airport varchar,fare_basis_code text,fare_airline text,restriction_code text,one_direction_cost int,round_trip_cost int,round_trip_required varchar) CREATE TABLE ngày_ngày(số_tháng int,số_ngày int,năm int,tên_ngày varchar)
chỉ cho tôi các chuyến bay buổi chiều từ Washington đến BOSTON
chỉ cho tôi các chuyến bay buổi chiều từ Washington đến BOSTON
SELECT DISTINCT chuyến bay.flight id FROM sân bay service AS AIRPORT SERVICE 0,airport service AS AIRPORT SERVICE 1,city AS CITY 0,city AS CITY 1,flight WHERE ( CITY 0.city code = AIRPORT SERVICE 0.city code AND CITY 0.city name = 'WASHINGTON' AND CITY 1.city code = AIRPORT SERVICE 1.city code AND CITY 1.city name = 'BOSTON' AND chuyến bay.from airport = AIRPORT SERVICE 0.airport code AND chuyến bay.to airport = AIRPORT SERVICE 1.airport code ) AND chuyến bay.departure time BETWEEN 1200 AND 1800
SELECT DISTINCT chuyến bay.flight_id FROM sân bay_service AS AIRPORT_SERVICE_0,airport_service AS AIRPORT_SERVICE_1,city AS CITY_0,city AS CITY_1,flight WHERE ( CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = "WASHINGTON" AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = "BOSTON" AND chuyến bay.from_airport = AIRPORT_SERVICE_0.airport_code AND chuyến bay.to_airport = AIRPORT_SERVICE_1.airport_code ) AND chuyến bay.departure_time BETWEEN 1200 AND 1800
wikisql
CREATE TABLE table 53861("Ngày" text,"Địa điểm" text,"Điểm" text,"Kết quả" text,"Thi đấu" text)
CREATE TABLE table_53861("Ngày" text,"Địa_điểm" text,"Điểm" text,"Kết_quả" text,"Thi_đấu" text)
Cuộc thi nào có kết quả 2-2?
Cuộc thi nào có kết_quả 2-2 ?
SELECT "Thi đấu" FROM table 53861 WHERE "Kết quả" = '22'
SELECT "Thi_đấu" FROM table_53861 WHERE "Kết_quả" = "22"
sql_create_context
CREATE TABLE table name 61(đám đông INTEGER,địa điểm VARCHAR)
CREATE TABLE table_name_61(đám đông INTEGER,địa_điểm VARCHAR)
Đám đông nhỏ nhất ở ngã ba hình bầu dục là bao nhiêu?
Đám đông nhỏ nhất ở ngã ba hình bầu_dục là bao_nhiêu ?
SELECT MIN ( đám đông ) FROM tên bảng 61 WHERE địa điểm = "ngã ba hình bầu dục"
SELECT MIN ( đám đông ) FROM tên_bảng_61 WHERE địa_điểm = "ngã ba hình bầu_dục"
wikisql
CREATE TABLE table 71241("Tên" text,"Địa chỉ đường phố" text,"Năm cao nhất" text,"Chiều cao ft(m)" text,"Tầng" text,"Kiến trúc sư" text)
CREATE TABLE table_71241("Tên" text,"Địa_chỉ đường_phố" text,"Năm cao nhất" text,"Chiều cao ft(m)" text,"Tầng" text,"Kiến_trúc_sư" text)
Tòa nhà cao nhất là Dinh Độc Lập bao nhiêu năm?
Tòa nhà cao nhất là Dinh Độc_Lập bao_nhiêu năm ?
SELECT "Cao nhất năm" FROM table 71241 WHERE "Tên" = 'hội trường độc lập'
SELECT "Cao nhất năm" FROM table_71241 WHERE "Tên" = "hội_trường độc_lập"
wikisql
CREATE TABLE table 18353("Quận" text,"Đương nhiệm" text,"Đảng" text,"Bầu chọn lần đầu" real,"Kết quả" text,"Ứng cử viên" text)
CREATE TABLE table_18353("Quận" text,"Đương_nhiệm" text,"Đảng" text,"Bầu_chọn lần đầu" real,"Kết_quả" text,"Ứng_cử_viên" text)
Đã bao nhiêu lần ứng cử viên paul tsongas (d) 60,6% paul w. crnin (r) 39,4%?
Đã bao_nhiêu lần ứng_cử_viên paul_tsongas ( d ) 60,6 % paul_w . crnin ( r ) 39,4 % ?
SELECT COUNT ( "Đương nhiệm" ) FROM table 18353 WHERE "Ứng cử viên" = 'Paul Tsongas ( D ) 60,6 Paul W.Cronin ( R ) 39,4'
SELECT COUNT ( "Đương_nhiệm" ) FROM table_18353 WHERE "Ứng_cử_viên" = "Paul_Tsongas ( D ) 60,6 Paul_W.Cronin ( R ) 39,4 "
sql_create_context
CREATE TABLE table 26124171 1(điểm VARCHAR,đội VARCHAR)
CREATE TABLE table_26124171_1(điểm VARCHAR,đội VARCHAR)
Có bao nhiêu điểm được ghi trên các dịch vụ cực?
Có bao_nhiêu điểm được ghi trên các dịch_vụ cực ?
SELECT điểm FROM table 26124171 1 WHERE team = "Dịch vụ cực"
SELECT điểm FROM table_26124171_1 WHERE team = "Dịch_vụ cực"
mimic_iii
CREATE TABLE chuyển(row id number,subject id number,hadm id number,icustay id number,eventtype text,careunit text,wardid number,intime time,outtime time) CREATE TABLE inputevents cv(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,amount number) CREATE TABLE chẩn đoán icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE d icd diagnoses(row id number,icd9 code text,short title text,long title text) CREATE TABLE d icd procedures(row id number,icd9 code text,short title text,long title text) CREATE TABLE đơn thuốc(row id number,subject id number,hadm id number,startdate time,enddate time,drug text,dose val rx text,dose unit rx text,route text) CREATE TABLE labevents(row id number,subject id number,hadm id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE bệnh nhân(row id number,subject id number,gender text,dob time,dod time) CREATE TABLE cost(row id number,subject id number,hadm id number,event type text,event id number,chargetime time,cost number) CREATE TABLE microbiologyevents(row id number,subject id number,hadm id number,thời gian biểu đồ time,spec type desc text,org name text) CREATE TABLE icustays(row id number,subject id number,hadm id number,icustay id number,first careunit text,last careunit text,first wardid number,last wardid number,intime time,outtime time) CREATE TABLE d labitems(row id number,itemid number,label text) CREATE TABLE Chartevents(row id number,subject id number,hadm id number,icustay id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE outevents(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,value number) CREATE TABLE thủ tục icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE tuyển sinh(row id number,subject id number,hadm id number,admittime time,dischtime time,kiểu nhập học text,địa điểm nhập viện text,địa điểm xuất viện text,bảo hiểm text,ngôn ngữ text,tình trạng hôn nhân text,dân tộc text,tuổi number) CREATE TABLE d items(row id number,itemid number,label text,liên kết đến text)
CREATE TABLE chuyển(row_id number,subject_id number,hadm_id number,icustay_id number,eventtype text,careunit text,wardid number,intime time,outtime time) CREATE TABLE inputevents_cv(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number) CREATE TABLE chẩn_đoán_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE d_icd_diagnoses(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE d_icd_procedures(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE đơn thuốc(row_id number,subject_id number,hadm_id number,startdate time,enddate time,drug text,dose_val_rx text,dose_unit_rx text,route text) CREATE TABLE labevents(row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE bệnh_nhân(row_id number,subject_id number,gender text,dob time,dod time) CREATE TABLE cost(row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number) CREATE TABLE microbiologyevents(row_id number,subject_id number,hadm_id number,thời_gian biểu_đồ time,spec_type_desc text,org_name text) CREATE TABLE icustays(row_id number,subject_id number,hadm_id number,icustay_id number,first_careunit text,last_careunit text,first_wardid number,last_wardid number,intime time,outtime time) CREATE TABLE d_labitems(row_id number,itemid number,label text) CREATE TABLE Chartevents(row_id number,subject_id number,hadm_id number,icustay_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE outevents(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,value number) CREATE TABLE thủ_tục_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE tuyển_sinh(row_id number,subject_id number,hadm_id number,admittime time,dischtime time,kiểu nhập_học text,địa_điểm nhập_viện text,địa_điểm xuất_viện text,bảo_hiểm text,ngôn_ngữ text,tình_trạng hôn_nhân text,dân_tộc text,tuổi number) CREATE TABLE d_items(row_id number,itemid number,label text,liên_kết đến text)
Hãy đếm số lần bệnh nhân 27703 được kê đơn thuốc memantine vào năm 2105.
Hãy đếm số lần bệnh_nhân 27703 được kê đơn thuốc memantine vào năm 2105 .
SELECT COUNT ( * ) FROM đơn thuốc WHERE đơn thuốc.hadm id IN ( SELECT tuyển sinh.hadm id FROM tuyển sinh WHERE tuyển sinh.subject id = 27703 ) AND đơn thuốc.drug = 'memantine' AND STRFTIME ( 'y ',prescriptions.startdate ) = '2105'
SELECT COUNT ( * ) FROM đơn thuốc WHERE đơn thuốc.hadm_id IN ( SELECT tuyển_sinh.hadm_id FROM tuyển_sinh WHERE tuyển_sinh.subject_id = 27703 ) AND đơn thuốc.drug = "memantine" AND STRFTIME ( " y",prescriptions.startdate ) = "2105"
wikisql
CREATE TABLE table 31698("Tuần" real,"Ngày" text,"Đối thủ" text,"Kết quả" text,"Tham dự" real)
CREATE TABLE table_31698("Tuần" real,"Ngày" text,"Đối_thủ" text,"Kết_quả" text,"Tham_dự" real)
Hãy cho tôi biết ngày có tuần lớn hơn 3 và có kết quả là w 28-27
Hãy cho tôi biết ngày có tuần lớn hơn 3 và có kết_quả là w 28-27
SELECT "Ngày" FROM table 31698 WHERE "Tuần" > '3' AND "Kết quả" = 'w 2827'
SELECT "Ngày" FROM table_31698 WHERE "Tuần" > "3" AND "Kết_quả" = "w 2827"
nvbench
CREATE TABLE bộ phận(tên phòng varchar(20),tòa nhà varchar(15),ngân sách numeric(12,2)) CREATE TABLE mất(ID varchar(5),course id varchar(8),sec id varchar(8),học kỳ varchar(6),năm numeric(4,0),lớp varchar(2)) CREATE TABLE dạy(ID varchar(5),course id varchar(8),sec id varchar(8),học kỳ varchar(6),năm numeric(4,0)) CREATE TABLE khóa học(course id varchar(8),tiêu đề varchar(50),dept name varchar(20),tín chỉ numeric(2,0)) CREATE TABLE lớp học(tòa nhà varchar(15),số phòng varchar(7),sức chứa numeric(4,0)) CREATE TABLE người hướng dẫn(ID varchar(5),tên varchar(20),dept name varchar(20),lương numeric(8,2)) CREATE TABLE prereq(course id varchar(8),prereq id varchar(8)) CREATE TABLE phần(course id varchar(8),sec id varchar(8),học kỳ varchar(6),năm numeric(4,0),tòa nhà varchar(15),room number varchar(7),time slot id varchar(4)) CREATE TABLE sinh viên(ID varchar(5),name varchar(20),dept name varchar(20),tot cred numeric(3,0)) CREATE TABLE cố vấn(s ID varchar(5),i ID varchar(5)) CREATE TABLE time slot(time slot id varchar(4),day varchar(1),start hr numeric(2),start min numeric(2),end hr numeric(2),end min numeric(2))
CREATE TABLE bộ_phận(tên phòng varchar(20),tòa nhà varchar(15),ngân_sách numeric(12,2)) CREATE TABLE mất(ID varchar(5),course_id varchar(8),sec_id varchar(8),học kỳ varchar(6),năm numeric(4,0),lớp varchar(2)) CREATE TABLE dạy(ID varchar(5),course_id varchar(8),sec_id varchar(8),học kỳ varchar(6),năm numeric(4,0)) CREATE TABLE khóa_học(course_id varchar(8),tiêu_đề varchar(50),dept_name varchar(20),tín chỉ numeric(2,0)) CREATE TABLE lớp_học(tòa nhà varchar(15),số_phòng varchar(7),sức chứa numeric(4,0)) CREATE TABLE người hướng_dẫn(ID varchar(5),tên varchar(20),dept_name varchar(20),lương numeric(8,2)) CREATE TABLE prereq(course_id varchar(8),prereq_id varchar(8)) CREATE TABLE phần(course_id varchar(8),sec_id varchar(8),học kỳ varchar(6),năm numeric(4,0),tòa nhà varchar(15),room_number varchar(7),time_slot_id varchar(4)) CREATE TABLE sinh_viên(ID varchar(5),name varchar(20),dept_name varchar(20),tot_cred numeric(3,0)) CREATE TABLE cố_vấn(s_ID varchar(5),i_ID varchar(5)) CREATE TABLE time_slot(time_slot_id varchar(4),day varchar(1),start_hr numeric(2),start_min numeric(2),end_hr numeric(2),end_min numeric(2))
Tổng giá trị tín chỉ của các khóa học có nhiều hơn một điều kiện tiên quyết cho mỗi danh hiệu là bao nhiêu? Vui lòng trả lại biểu đồ thanh, sắp xếp Y từ thứ tự thấp đến cao.
Tổng giá_trị tín_chỉ của các khóa_học có nhiều hơn một điều_kiện tiên_quyết cho mỗi danh_hiệu là bao_nhiêu ? Vui_lòng trả lại biểu_đồ thanh , sắp_xếp Y_từ thứ_tự thấp đến cao .
SELECT tiêu đề, SUM ( tín dụng ) FROM khóa học AS T1 JOIN điều kiện tiên quyết AS T2 ON T1.course id = T2.course id GROUP BY tiêu đề ORDER BY SUM ( tín dụng )
SELECT tiêu_đề, SUM ( tín_dụng ) FROM khóa học AS T1 JOIN điều_kiện tiên_quyết AS T2 ON T1.course_id = T2.course_id GROUP BY tiêu_đề ORDER BY SUM ( tín_dụng )
wikisql
CREATE TABLE table 19312("Model" text,"Năm" text,"Kích thước khuôn(mm 2) [1]" text,"Cấu hình lõi [2]" text,"MTriangles/s [1]" real,"MPixel/s [1]" real,"Độ rộng bus(bit)" text,"DirectX" text,"OpenGL" text,"OpenGL ES" text,"GFLOPS(@ 200MHz)" text,"Tính thường xuyên" real)
CREATE TABLE table_19312("Model" text,"Năm" text,"Kích_thước khuôn(mm 2) [ 1 ]" text,"Cấu_hình lõi [ 2 ]" text,"MTriangles/s [ 1 ]" real,"MPixel/s [ 1 ]" real,"Độ rộng bus(bit)" text,"DirectX" text,"OpenGL" text,"OpenGL_ES" text,"GFLOPS(@ 200MH_z)" text,"Tính thường_xuyên" real)
Những mô hình nào có thể thực hiện flops(@ 200mhz) là 3,2
Những mô_hình nào có_thể thực_hiện flops ( @ 200 mhz ) là 3,2
SELECT "Mẫu" FROM table 19312 WHERE "GFLOPS ( 200MHz ) " = '3.2'
SELECT "Mẫu" FROM table_19312 WHERE "GFLOPS ( 200MH_z ) " = "3.2"
wikisql
CREATE TABLE table 47303("Trận đấu" real,"Ngày" text,"Đội" text,"Điểm" text,"Số lần bật lại cao" text,"Hỗ trợ cao" text,"Tham dự vị trí" text,"Ghi" text)
CREATE TABLE table_47303("Trận đấu" real,"Ngày" text,"Đội" text,"Điểm" text,"Số lần bật lại cao" text,"Hỗ_trợ cao" text,"Tham_dự vị_trí" text,"Ghi" text)
Cầu thủ nào có số pha kiến ​​tạo cao nhất khi Điểm là l 107 112 (ot)?
Cầu_thủ nào có số pha_kiến ​ ​_tạo cao nhất khi Điểm là l 107 112 ( ot ) ?
SELECT "Hỗ trợ cao" FROM table 47303 WHERE "Điểm" = 'l 107112 ( ot ) '
SELECT "Hỗ_trợ cao" FROM table_47303 WHERE "Điểm" = "l 107 112 ( ot ) "
wikisql
CREATE TABLE table 51358("Đội chủ nhà" text,"Tỷ số của đội chủ nhà" text,"Đội khách" text,"Tỷ số của đội khách" text,"Địa điểm" text,"Đám đông" real,"Ngày" text)
CREATE TABLE table_51358("Đội chủ nhà" text,"Tỷ_số của đội chủ nhà" text,"Đội khách" text,"Tỷ_số của đội khách" text,"Địa_điểm" text,"Đám đông" real,"Ngày" text)
Đám đông nào có đội khách của St Kilda?
Đám đông nào có đội khách của St_Kilda ?
SELECT "Đám đông" FROM table 51358 WHERE "Đội khách" = 'st kilda'
SELECT "Đám đông" FROM table_51358 WHERE "Đội khách" = "st kilda"
atis
CREATE TABLE Dual carrier(main airline varchar,low flight number int,high flight number int,dual airline varchar,service name text) CREATE TABLE hạn chế(restriction code text,advance purchase int,stopovers text,saturday stay required text,minimum stay int,thời gian lưu trú tối đa int,ứng dụng text,không giảm giá text) CREATE TABLE máy bay(mã máy bay varchar,mô tả máy bay varchar,nhà sản xuất varchar,loại cơ bản varchar,động cơ int,động cơ đẩy varchar,thân rộng varchar,sải cánh int,chiều dài int,trọng lượng int,công suất int,tải trả int,tốc độ bay int,phạm vi dặm int,có áp suất varchar) CREATE TABLE giá vé cơ sở(mã cơ sở giá vé text,hạng đặt text,loại loại text,cao cấp text,kinh tế text,giảm giá text,đêm text,mùa text,cơ sở ngày text) CREATE TABLE Equipment sequence(aircraft code sequence varchar,aircraft code varchar) CREATE TABLE food service(meal code text,meal number int,ngăn text,mô tả bữa ăn varchar) CREATE TABLE hạng of dịch vụ(hạng đặt chỗ varchar,thứ hạng int,mô tả hạng text) CREATE TABLE chuyến bay(mã máy bay chuỗi text,mã hãng hàng không varchar,hãng bay text,thời gian đến int,kết nối int,thời gian khởi hành int,hãng vận chuyển kép text,ngày bay text,id chuyến bay int,số chuyến bay int,từ sân bay varchar,mã bữa ăn text,điểm dừng int,thời gian đã trôi qua int,đến sân bay varchar) CREATE TABLE giá vé chuyến bay(mã chuyến bay int,fare id int) CREATE TABLE state(state code text,state name text,country name text) CREATE TABLE time interval(Period text,begin time int,end time int) CREATE TABLE ngày(days code varchar,tên ngày varchar) CREATE TABLE date day(số tháng int,số ngày int,năm int,tên ngày varchar) CREATE TABLE giá vé(id giá vé int,từ sân bay varchar,đến sân bay varchar,mã cơ sở giá vé text,vé airline text,restriction code text,one direction cost int,round trip cost int,round trip required varchar) CREATE TABLE time zone(time zone code text,time zone name text,hours from gmt int) CREATE TABLE ngăn class(ngăn varchar,class type varchar) CREATE TABLE chuyến bay stop(flight id int,stop number int,stop days text,stop airport text,arrival time int,arrival airline text,arrival flight number int,departure time int,departure airline text,departure flight number int,stop time int) CREATE TABLE thành phố(city code varchar,city name varchar,state code varchar,country name varchar,time zone code varchar) CREATE TABLE Airport service(city code varchar,airport code varchar,miles distant int,direction varchar,phút xa int) CREATE TABLE hãng hàng không(airline code varchar,airline name text,note text) CREATE TABLE Airport(airport code varchar,airport name text,airport location text,state code varchar,country name varchar,time zone code varchar,thời gian kết nối tối thiểu int) CREATE TABLE code description(code varchar,description text) CREATE TABLE ground service(city code text,airport code text,transport type text,ground fare int) CREATE TABLE tháng(tháng số int,tên tháng text) CREATE TABLE chuyến bay leg(flight id int,leg number int,leg flight int)
CREATE TABLE Dual_carrier(main_airline varchar,low_flight_number int,high_flight_number int,dual_airline varchar,service_name text) CREATE TABLE hạn_chế(restriction_code text,advance_purchase int,stopovers text,saturday_stay_required text,minimum_stay int,thời_gian lưu_trú tối_đa int,ứng_dụng text,không_giảm giá text) CREATE TABLE máy_bay(mã máy_bay varchar,mô_tả máy_bay varchar,nhà_sản_xuất varchar,loại_cơ bản varchar,động_cơ int,động_cơ đẩy varchar,thân rộng varchar,sải cánh int,chiều dài int,trọng_lượng int,công_suất int,tải_trả int,tốc_độ bay int,phạm vi_dặm int,có áp_suất varchar) CREATE TABLE giá vé_cơ sở(mã_cơ sở giá vé text,hạng_đặt text,loại_loại text,cao_cấp text,kinh_tế text,giảm_giá text,đêm text,mùa text,cơ_sở_ngày text) CREATE TABLE Equipment_sequence(aircraft_code_sequence varchar,aircraft_code varchar) CREATE TABLE food_service(meal_code text,meal_number int,ngăn text,mô_tả bữa ăn varchar) CREATE TABLE hạng_of_dịch_vụ(hạng_đặt chỗ varchar,thứ_hạng int,mô_tả hạng text) CREATE TABLE chuyến bay(mã_máy bay_chuỗi text,mã_hãng hàng_không varchar,hãng_bay text,thời_gian đến int,kết_nối int,thời_gian khởi_hành int,hãng vận_chuyển kép text,ngày bay text,id chuyến bay int,số chuyến bay int,từ_sân bay varchar,mã_bữa ăn text,điểm dừng int,thời_gian đã trôi qua int,đến_sân bay varchar) CREATE TABLE giá vé chuyến bay(mã chuyến bay int,fare_id int) CREATE TABLE state(state_code text,state_name text,country_name text) CREATE TABLE time_interval(Period text,begin_time int,end_time int) CREATE TABLE ngày(days_code varchar,tên_ngày varchar) CREATE TABLE date_day(số_tháng int,số ngày int,năm int,tên_ngày varchar) CREATE TABLE giá vé(id_giá vé int,từ_sân bay varchar,đến_sân bay varchar,mã_cơ sở giá vé text,vé_airline text,restriction_code text,one_direction_cost int,round_trip_cost int,round_trip_required varchar) CREATE TABLE time_zone(time_zone_code text,time_zone_name text,hours_from_gmt int) CREATE TABLE ngăn_class(ngăn varchar,class_type varchar) CREATE TABLE chuyến bay_stop(flight_id int,stop_number int,stop_days text,stop_airport text,arrival_time int,arrival_airline text,arrival_flight_number int,departure_time int,departure_airline text,departure_flight_number int,stop_time int) CREATE TABLE thành_phố(city_code varchar,city_name varchar,state_code varchar,country_name varchar,time_zone_code varchar) CREATE TABLE Airport_service(city_code varchar,airport_code varchar,miles_distant int,direction varchar,phút_xa int) CREATE TABLE hãng hàng_không(airline_code varchar,airline_name text,note text) CREATE TABLE Airport(airport_code varchar,airport_name text,airport_location text,state_code varchar,country_name varchar,time_zone_code varchar,thời_gian_kết nối tối_thiểu int) CREATE TABLE code_description(code varchar,description text) CREATE TABLE ground_service(city_code text,airport_code text,transport_type text,ground_fare int) CREATE TABLE tháng(tháng_số int,tên_tháng text) CREATE TABLE chuyến bay_leg(flight_id int,leg_number int,leg_flight int)
chuyến bay cuối cùng từ SAN FRANCISCO tới DALLAS FORT WORTH là chuyến bay nào
chuyến bay cuối_cùng từ SAN_FRANCISCO tới DALLAS FORT_WORTH là chuyến bay nào
SELECT DISTINCT chuyến bay.flight id FROM sân bay service AS AIRPORT SERVICE 0,airport service AS AIRPORT SERVICE 1,airport service AS AIRPORT SERVICE 2,city AS CITY 0,city AS CITY 1,city AS CITY 2,flight WHERE ( ( CITY 1.city code = AIRPORT SERVICE 1.city code AND CITY 1.city name = 'D ALL AS' AND CITY 2.city code = AIRPORT SERVICE 2.city code AND CITY 2.city name = 'FORT WORTH' AND chuyến bay.to airport = AIRPORT SERVICE 1.airport code AND chuyến bay.to airport = AIRPORT SERVICE 2.airport code ) AND CITY 0.city code = AIRPORT SERVICE 0.city code AND CITY 0.city name = 'SAN FRANCISCO' AND chuyến bay.from airport = AIRPORT SERVICE 0.airport code ) AND chuyến bay.departure time = ( SELECT MAX ( FLIGHTalias1.departure time ) FROM Airport service AS AIRPORT SERVICEalias3,Airport service AS AIRPORT SERVICEalias4,airport service AS AIRPORT SERVICEalias5,city AS CITYalias3,city AS CITYalias4,city AS CITYalias5,flight AS FLIGHTalias1 WHERE ( CITYalias4.city code = AIRPORT SERVICEalias4.city code AND CITYalias4.city name = 'D ALL AS' AND CITYalias5.city code = AIRPORT SERVICEalias5.city code AND CITYalias5.city name = 'FORT WORTH' AND FLIGHTalias1.to airport = AIRPORT SERVICEalias4.airport code AND FLIGHTalias1.to airport = AIRPORT SERVICEalias5.airport code ) AND CITYalias3.city code = AIRPORT SERVICEalias3.city code AND CITYalias3.city name = 'SAN FRANCISCO' AND FLIGHTalias1.from airport = AIRPORT SERVICEalias3.airport code )
SELECT DISTINCT chuyến bay.flight_id FROM sân bay_service AS AIRPORT_SERVICE_0,airport_service AS AIRPORT_SERVICE_1,airport_service AS AIRPORT_SERVICE_2,city AS CITY_0,city AS CITY_1,city AS CITY_2,flight WHERE ( ( CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = "D ALL AS" AND CITY_2.city_code = AIRPORT_SERVICE_2.city_code AND CITY_2.city_name = "FORT_WORTH" AND chuyến bay.to_airport = AIRPORT_SERVICE_1.airport_code AND chuyến bay.to_airport = AIRPORT_SERVICE_2.airport_code ) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = "SAN_FRANCISCO" AND chuyến bay.from_airport = AIRPORT_SERVICE_0.airport_code ) AND chuyến bay.departure_time = ( SELECT MAX ( FLIGHTalias1.departure_time ) FROM Airport_service AS AIRPORT_SERVICEalias3,Airport_service AS AIRPORT_SERVICEalias4,airport_service AS AIRPORT_SERVICEalias5,city AS CITYalias3,city AS CITYalias4,city AS CITYalias5,flight AS FLIGHTalias1 WHERE ( CITYalias4.city_code = AIRPORT_SERVICEalias4.city_code AND CITYalias4.city_name = "D ALL AS" AND CITYalias5.city_code = AIRPORT_SERVICEalias5.city_code AND CITYalias5.city_name = "FORT_WORTH" AND FLIGHTalias1.to_airport = AIRPORT_SERVICEalias4.airport_code AND FLIGHTalias1.to_airport = AIRPORT_SERVICEalias5.airport_code ) AND CITYalias3.city_code = AIRPORT_SERVICEalias3.city code AND CITYalias3.city_name = "SAN_FRANCISCO" AND FLIGHTalias1.from_airport = AIRPORT_SERVICEalias3.airport_code )
sql_create_context
CREATE TABLE table 12043148 2(bristol VARCHAR, n som VARCHAR,somerset VARCHAR)
CREATE TABLE table_12043148_2(bristol_ VARCHAR,_n_som VARCHAR,somerset VARCHAR)
bristol & n là gì? Som Somerset ở đâu là Ashcott và Shapwick?
bristol & n là gì ?_Som Somerset ở đâu là Ashcott và Shapwick ?
SELECT bristol n som FROM table 12043148 2 WHERE somerset = "Ashcott và Shapwick"
SELECT bristol n_som FROM table_12043148_2 WHERE somerset = "Ashcott và Shapwick"
nvbench
CREATE TABLE Order Items(order item id INTEGER,order id INTEGER,product id INTEGER,product quantity VARCHAR(50),other order item details VARCHAR(255)) CREATE TABLE Invoices(invoice number INTEGER,order id INTEGER,invoice date DATETIME) CREATE TABLE Khách hàng(customer id INTEGER,customer first name VARCHAR(50),customer middle initial VARCHAR(1),customer last name VARCHAR(50),giới tính VARCHAR(1),địa chỉ email VARCHAR(255),tên đăng nhập VARCHAR(80),login password VARCHAR(20),phone number VARCHAR(255),town city VARCHAR(50),state county province VARCHAR(50),country VARCHAR(50)) CREATE TABLEOrders(order id INTEGER,customer id INTEGER,date order placed DATETIME,order details VARCHAR(255)) CREATE TABLE Invoice Line Items(order item id INTEGER,invoice number INTEGER,product id INTEGER,product title VARCHAR(80),product quantity VARCHAR(50),product price DECIMAL(19,4),có nguồn gốc sản phẩm chi phí DECIMAL(19,4),có nguồn gốc vat có thể thanh toán DECIMAL(19,4),có nguồn gốc tổng chi phí DECIMAL(19,4)) CREATE TABLE Tài khoản(account id INTEGER,customer id INTEGER,date account opened DATETIME,account name VARCHAR(50),other account details VARCHAR(255)) CREATE TABLE Product Categories(production type code VARCHAR(15),product type description VARCHAR(80),vat rated DECIMAL(19,4)) CREATE TABLE Financial Transactions(transaction id INTEGER,account id INTEGER,invoice number INTEGER,transaction type VARCHAR(15),transaction date DATETIME,transaction amount DECIMAL(19,4),transaction comment VARCHAR(255),other transaction details VARCHAR(255)) CREATE TABLE Sản phẩm(product id INTEGER,parent product id INTEGER,production type code VARCHAR(15),unit price DECIMAL(19,4),product name VARCHAR(80),product color VARCHAR(20),product size VARCHAR(20))
CREATE TABLE Order_Items(order_item_id INTEGER,order_id INTEGER,product_id INTEGER,product_quantity VARCHAR(50),other_order_item_details VARCHAR(255)) CREATE TABLE Invoices(invoice_number INTEGER,order_id INTEGER,invoice_date DATETIME) CREATE TABLE Khách_hàng(customer_id INTEGER,customer_first_name VARCHAR(50),customer_middle_initial VARCHAR(1),customer_last_name VARCHAR(50),giới_tính VARCHAR(1),địa_chỉ email VARCHAR(255),tên đăng_nhập VARCHAR(80),login_password VARCHAR(20),phone_number VARCHAR(255),town_city VARCHAR(50),state_county_province VARCHAR(50),country VARCHAR(50)) CREATE TABLEOrders(order_id INTEGER,customer_id INTEGER,date_order_placed DATETIME,order_details VARCHAR(255)) CREATE TABLE Invoice_Line_Items(order_item_id INTEGER,invoice_number INTEGER,product_id INTEGER,product_title VARCHAR(80),product_quantity VARCHAR(50),product_price_DECIMAL(19,4),có nguồn gốc_sản phẩm_chi_phí DECIMAL(19,4),có nguồn gốc_vat_có_thể thanh_toán DECIMAL(19,4),có nguồn gốc_tổng_chi_phí DECIMAL(19,4)) CREATE TABLE Tài_khoản(account_id INTEGER,customer_id INTEGER,date_account_opened DATETIME,account_name VARCHAR(50),other_account_details VARCHAR(255)) CREATE TABLE Product_Categories(production_type_code VARCHAR(15),product_type_description VARCHAR(80),vat_rated_DECIMAL(19,4)) CREATE TABLE Financial_Transactions(transaction_id INTEGER,account_id INTEGER,invoice_number INTEGER,transaction_type VARCHAR(15),transaction_date DATETIME,transaction_amount_DECIMAL(19,4),transaction_comment VARCHAR(255),other_transaction_details VARCHAR(255)) CREATE TABLE Sản_phẩm(product_id INTEGER,parent_product_id INTEGER,production_type_code VARCHAR(15),unit_price_DECIMAL(19,4),product_name VARCHAR(80),product_color VARCHAR(20),product_size VARCHAR(20))
Trả về biểu đồ về tên và id của những khách hàng có hai tài khoản trở lên? và hiển thị tăng dần theo trục x.
Trả về biểu_đồ về tên và id của những khách_hàng có hai tài_khoản trở lên ? và hiển_thị tăng dần theo trục x .
SELECT T2.customer first name,T1.customer id FROM Tài khoản AS T1 JOIN Khách hàng AS T2 ON T1.customer id = T2.customer id ORDER BY T2.customer first name
SELECT T2.customer_first_name,T1.customer_id FROM Tài_khoản AS T1 JOIN Khách_hàng AS T2 ON T1.customer_id = T2.customer_id ORDER BY T2.customer_first_name
nvbench
CREATE TABLE Order Items(order item id INTEGER,order id INTEGER,product id INTEGER) CREATE TABLE Phòng ban(department id INTEGER,dept store id INTEGER,department name VARCHAR(80)) CREATE TABLE Địa chỉ(address id INTEGER,address details VARCHAR(255)) CREATE TABLE Customer Orders(order id INTEGER,customer id INTEGER,order status code VARCHAR(10),order date DATETIME) CREATE TABLE Staff Department Assignments(staff id INTEGER,department id INTEGER,date signed from DATETIME,job title code VARCHAR(10),ngày được giao đến DATETIME) CREATE TABLE Department Stores(dept store id INTEGER,dept store chain id INTEGER,store name VARCHAR(80),store address VARCHAR(255),store phone VARCHAR(80),store email VARCHAR(80)) CREATE TABLE Sản phẩm(product id INTEGER,product type code VARCHAR(10),product name VARCHAR(80),product price DECIMAL(19,4)) CREATE TABLE Nhà cung cấp Địa chỉ(nhà cung cấp id INTEGER,address id INTEGER,ngày từ DATETIME,date to DATETIME) CREATE TABLE Staff(staff id INTEGER,staff gender VARCHAR(1),staff name VARCHAR(80)) CREATE TABLE Product Suppliers(product id INTEGER,supplier id INTEGER,date supplied from DATETIME,date supplied to DATETIME,total amount purchased VARCHAR(80),total value purchased DECIMAL(19,4)) CREATE TABLE Customer Addresses(customer id INTEGER,address id INTEGER,date from DATETIME,date to DATETIME) CREATE TABLE Nhà cung cấp(nhà cung cấp id INTEGER,tên nhà cung cấp VARCHAR(80),điện thoại nhà cung cấp VARCHAR(80)) CREATE TABLE Department Store Chain(dept store chain id INTEGER,dept store chain name VARCHAR(80)) CREATE TABLE Khách hàng(customer id INTEGER,Payment method code VARCHAR(10),customer code VARCHAR(20),tên khách hàng VARCHAR(80),địa chỉ khách hàng VARCHAR(255),điện thoại khách hàng VARCHAR(80),email khách hàng VARCHAR(80))
CREATE TABLE Order_Items(order_item_id INTEGER,order_id INTEGER,product_id INTEGER) CREATE TABLE Phòng ban(department_id INTEGER,dept_store_id INTEGER,department_name VARCHAR(80)) CREATE TABLE Địa_chỉ(address_id INTEGER,address_details VARCHAR(255)) CREATE TABLE Customer_Orders(order_id INTEGER,customer_id INTEGER,order_status_code VARCHAR(10),order_date DATETIME) CREATE TABLE Staff_Department_Assignments(staff_id INTEGER,department_id INTEGER,date_signed_from DATETIME,job_title_code VARCHAR(10),ngày_được giao_đến DATETIME) CREATE TABLE Department_Stores(dept_store_id INTEGER,dept_store_chain_id INTEGER,store_name VARCHAR(80),store_address VARCHAR(255),store_phone VARCHAR(80),store_email VARCHAR(80)) CREATE TABLE Sản_phẩm(product_id INTEGER,product_type_code VARCHAR(10),product_name VARCHAR(80),product_price_DECIMAL(19,4)) CREATE TABLE Nhà_cung cấp_Địa chỉ(nhà cung_cấp_id INTEGER,address_id INTEGER,ngày_từ DATETIME,date_to DATETIME) CREATE TABLE Staff(staff_id INTEGER,staff_gender VARCHAR(1),staff_name VARCHAR(80)) CREATE TABLE Product_Suppliers(product_id INTEGER,supplier_id INTEGER,date_supplied_from DATETIME,date_supplied_to DATETIME,total_amount_purchased VARCHAR(80),total_value_purchased_DECIMAL(19,4)) CREATE TABLE Customer_Addresses(customer_id INTEGER,address_id INTEGER,date_from DATETIME,date_to DATETIME) CREATE TABLE Nhà cung_cấp(nhà cung_cấp_id INTEGER,tên nhà_cung_cấp VARCHAR(80),điện_thoại nhà_cung_cấp VARCHAR(80)) CREATE TABLE Department_Store_Chain(dept_store_chain_id INTEGER,dept_store_chain_name VARCHAR(80)) CREATE TABLE Khách_hàng(customer_id INTEGER,Payment_method_code VARCHAR(10),customer_code VARCHAR(20),tên_khách hàng VARCHAR(80),địa_chỉ khách_hàng VARCHAR(255),điện_thoại khách_hàng VARCHAR(80),email khách_hàng VARCHAR(80))
Vẽ biểu đồ thanh về mã loại sản phẩm so với giá sản phẩm tối thiểu và xếp hạng trong mô tả theo X.
Vẽ biểu_đồ thanh về mã_loại sản_phẩm so với giá sản_phẩm tối_thiểu và xếp_hạng trong mô_tả theo X .
SELECT product type code, MIN ( product price ) FROMSản phẩm GROUP BYproduct type code ORDER BYproduct type code DESC
SELECT product_type_code, MIN ( product_price ) FROM Sản_phẩm GROUP BYproduct_type_code ORDER BYproduct_type_code DESC
squall
CREATE TABLE table 203 211(id number,"pos." number,"time" text,"vận động viên" text,"quốc gia" text,"địa điểm" text,"ngày" text)
CREATE TABLE table_203_211(id number,"pos." number,"time" text,"vận_động_viên" text,"quốc_gia" text,"địa_điểm" text,"ngày" text)
tổng số vận động viên đại diện cho Bulgaria là bao nhiêu?
tổng_số vận_động_viên đại_diện cho Bulgaria là bao_nhiêu ?
SELECT COUNT ( "vận động viên" ) FROM table 203 211 WHERE "country" = 'bulgaria'
SELECT COUNT ( "vận_động_viên" ) FROM table_203_211 WHERE "country" = "bulgaria"
sql_create_context
CREATE TABLE table name 36(game VARCHAR,điểm VARCHAR)
CREATE TABLE table_name_36(game VARCHAR,điểm VARCHAR)
Có bao nhiêu trò chơi có số điểm 85-92?
Có bao_nhiêu trò_chơi có số điểm 85-92 ?
SELECT COUNT ( trò chơi ) FROM tên bảng 36 WHERE điểm = "8592"
SELECT COUNT ( trò_chơi ) FROM tên_bảng_36 WHERE điểm = "8592"
wikisql
CREATE TABLE table 53774("Số & tên" text,"Mô tả" text,"Trạng thái hiện tại" text,"Mô tả" text,"Ngày" real)
CREATE TABLE table_53774("Số & tên" text,"Mô_tả" text,"Trạng_thái hiện_tại" text,"Mô_tả" text,"Ngày" real)
Livery nào có Mô tả về tàu chở dầu 20 tấn, có ngày muộn hơn năm 1941?
Livery nào có Mô_tả về tàu chở dầu 20 tấn , có ngày muộn hơn năm 1941 ?
SELECT "Livery" FROM table 53774 WHERE "Mô tả" = 'tàu chở dầu 20t' AND "Ngày" > '1941'
SELECT "Livery" FROM table_53774 WHERE "Mô_tả" = "tàu chở dầu 20 t" AND "Ngày" > "1941"
sql_create_context
CREATE TABLE table name 32(tập INTEGER,xếp hạng trung bình VARCHAR)
CREATE TABLE table_name_32(tập INTEGER,xếp_hạng trung_bình VARCHAR)
Khi rating trung bình là 10,3% thì số tập trung bình là bao nhiêu?
Khi rating trung_bình là 10,3 % thì số tập_trung_bình là bao_nhiêu ?
SELECT AVG ( tập ) FROM tên bảng 32 WHERE mức trung bình = "10,3"
SELECT AVG ( tập ) FROM tên_bảng_32 WHERE mức trung_bình = "10,3 "
wikisql
CREATE TABLE table 13979("Sân vận động" text,"Sức chứa" real,"Thành phố" text,"Khu vực" text,"Đội nhà" text,"Đã mở" real)
CREATE TABLE table_13979("Sân_vận_động" text,"Sức chứa" real,"Thành_phố" text,"Khu_vực" text,"Đội nhà" text,"Đã mở" real)
Tổng số sân vận động Stade de la Mosson đã mở cửa và có sức chứa lớn hơn 32.939 là bao nhiêu?
Tổng_số sân_vận_động Stade de_la Mosson đã mở_cửa và có sức chứa lớn hơn 32.939 là bao_nhiêu ?
SELECT COUNT ( "Đã mở" ) FROM table 13979 WHERE "Sân vận động" = 'sân vận động de la Mosson' AND "Sức chứa" > '32,939'
SELECT COUNT ( "Đã mở" ) FROM table_13979 WHERE "Sân_vận_động" = "sân_vận_động de_la Mosson" AND "Sức chứa" > "32,939"
wikisql
CREATE TABLE table 3919("Tập #" real,"Sê-ri #" real,"Tiêu đề" text,"Đạo diễn" text,"Biên kịch" text,"Ngày phát sóng gốc" text,"Người xem(hàng triệu)" text)
CREATE TABLE table_3919("Tập_#" real,"Sê-ri_#" real,"Tiêu_đề" text,"Đạo_diễn" text,"Biên_kịch" text,"Ngày phát_sóng gốc" text,"Người xem(hàng triệu)" text)
Ai đã viết tập phim có 5,93 triệu người xem?
Ai đã viết tập phim có 5,93 triệu người xem ?
SELECT "Người viết" FROM table 3919 WHERE "Người xem ( hàng triệu ) " = '5,93'
SELECT "Người viết" FROM table_3919 WHERE "Người xem ( hàng triệu ) " = "5,93"
wikisql
CREATE TABLE table 68366("Năm" real,"Dân số(Tổng khu vực)" real,"Dân số(Maryborough)" real,"Dân số(Vịnh Hervey)" real,"Dân số(Woocoo)" real,"Dân số(Tiaro)" real)
CREATE TABLE table_68366("Năm" real,"Dân_số(Tổng khu_vực)" real,"Dân_số(Maryborough)" real,"Dân_số(Vịnh_Hervey)" real,"Dân_số(Woocoo)" real,"Dân_số(Tiaro)" real)
Kể tên vịnh Hervey đông dân nhất khi dân số Maryborough là 22.977 và dân số tiaro ít hơn 3.287
Kể tên vịnh Hervey đông dân nhất khi dân_số Maryborough là 22.977 và dân_số tiaro ít hơn 3.287
SELECT MAX ( "Dân số ( Vịnh Hervey ) " ) FROM table 68366 WHERE "Dân số ( Maryborough ) " = '22.977' AND "Dân số ( Tiaro ) " < '3.287'
SELECT MAX ( "Dân_số ( Vịnh_Hervey ) " ) FROM table_68366 WHERE "Dân_số ( Maryborough ) " = "22.977" AND "Dân_số ( Tiaro ) " < "3.287"
spider
CREATE TABLE document structures(document structure code text,parent document structure code text,document structure description text) CREATE TABLE document sections(section id number,document code text,section sequence number,section code text,section title text) CREATE TABLE document factor areas(document code text,function area code text) CREATE TABLEfunction areas(function area code text,parent function area code text,function area description text) CREATE TABLE hình ảnh(image id number,image alt text text,image name text,image url text) CREATE TABLE tài liệu(document code text,document structure code text,document type code text,access count number,document name text) CREATE TABLE vai trò(role code text,role description text) CREATE TABLE người dùng(user id number,role code text,user name text,user login text,password text) CREATE TABLE document sections images(section id number,image id number)
CREATE TABLE document_structures(document_structure_code text,parent_document_structure_code text,document_structure_description text) CREATE TABLE document_sections(section_id number,document_code text,section_sequence number,section_code text,section_title text) CREATE TABLE document_factor_areas(document_code text,function_area_code text) CREATE TABLEfunction_areas(function_area_code text,parent_function_area_code text,function_area_description text) CREATE TABLE hình_ảnh(image_id number,image_alt_text text,image_name text,image_url text) CREATE TABLE tài_liệu(document_code text,document_structure_code text,document_type_code text,access_count number,document_name text) CREATE TABLE vai_trò(role_code text,role_description text) CREATE TABLE người dùng(user_id number,role_code text,user_name text,user_login text,password text) CREATE TABLE document_sections_images(section_id number,image_id number)
Trả về tên của tài liệu có nhiều phần nhất.
Trả về tên của tài_liệu có nhiều phần nhất .
SELECT t1.document name FROM tài liệu AS t1 JOIN document sections AS t2 ON t1.document code = t2.document code GROUP BY t1.document code ORDER BY COUNT ( * ) DESC LIMIT 1
SELECT t1.document_name FROM tài_liệu AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code GROUP BY t1.document_code ORDER BY COUNT ( * ) DESC LIMIT 1
mimic_iii
CREATE TABLE inputevents cv(row id number,subject id number,hadm id number,icustay id number,charttime time,itemid number,amount number) CREATE TABLE chẩn đoán icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE cost(row id number,subject id number,hadm id number,event type text,event id number,chargetime time,cost number) CREATE TABLE labevents(row id number,subject id number,hadm id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE outevents(row id number,subject id number,hadm id number,icustay id number,thời gian biểu đồ time,itemid number,value number) CREATE TABLE tuyển sinh(row id number,subject id number,hadm id number,admittime time,dischtime time,admission type text,admission location text,discharge location text,bảo hiểm text,ngôn ngữ text,tình trạng hôn nhân text,dân tộc text,tuổi number) CREATE TABLE d icd diagnoses(row id number,icd9 code text,short title text,long title text) CREATE TABLE d items(row id number,itemid number,label text,linksto text) CREATE TABLE bệnh nhân(row id number,subject id number,gender text,dob time,dod time) CREATE TABLE d labitems(row id number,itemid number,label text) CREATE TABLE microbiologyevents(row id number,subject id number,hadm id number,charttime time,spec type desc text,org name text) CREATE TABLE thủ tục icd(row id number,subject id number,hadm id number,icd9 code text,charttime time) CREATE TABLE chuyển(row id number,subject id number,hadm id number,icustay id number,eventtype text,careunit text,wardid number,intime time,outtime time) CREATE TABLE Chartevents(row id number,subject id number,hadm id number,icustay id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE đơn thuốc(row id number,subject id number,hadm id number,startdate time,enddate time,drug text,dose val rx text,dose unit rx text,route text) CREATE TABLE icustays(row id number,subject id number,hadm id number,icustay id number,first careunit text,last careunit text,first wardid number,last wardid number,intime time,outtime time) CREATE TABLE d icd procedures(row id number,icd9 code text,short title text,tiêu đề dài text)
CREATE TABLE inputevents_cv(row_id number,subject_id number,hadm_id number,icustay_id number,charttime time,itemid number,amount number) CREATE TABLE chẩn_đoán_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE cost(row_id number,subject_id number,hadm_id number,event_type text,event_id number,chargetime time,cost number) CREATE TABLE labevents(row_id number,subject_id number,hadm_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE outevents(row_id number,subject_id number,hadm_id number,icustay_id number,thời_gian biểu_đồ time,itemid number,value number) CREATE TABLE tuyển_sinh(row_id number,subject_id number,hadm_id number,admittime time,dischtime time,admission_type text,admission_location text,discharge_location text,bảo_hiểm text,ngôn_ngữ text,tình_trạng hôn_nhân text,dân_tộc text,tuổi number) CREATE TABLE d_icd_diagnoses(row_id number,icd9_code text,short_title text,long_title text) CREATE TABLE d_items(row_id number,itemid number,label text,linksto text) CREATE TABLE bệnh_nhân(row_id number,subject_id number,gender text,dob time,dod time) CREATE TABLE d_labitems(row_id number,itemid number,label text) CREATE TABLE microbiologyevents(row_id number,subject_id number,hadm_id number,charttime time,spec_type_desc text,org_name text) CREATE TABLE thủ_tục_icd(row_id number,subject_id number,hadm_id number,icd9_code text,charttime time) CREATE TABLE chuyển(row_id number,subject_id number,hadm_id number,icustay_id number,eventtype text,careunit text,wardid number,intime time,outtime time) CREATE TABLE Chartevents(row_id number,subject_id number,hadm_id number,icustay_id number,itemid number,charttime time,valuenum number,valueuom text) CREATE TABLE đơn thuốc(row_id number,subject_id number,hadm_id number,startdate time,enddate time,drug text,dose_val_rx text,dose_unit_rx text,route text) CREATE TABLE icustays(row_id number,subject_id number,hadm_id number,icustay_id number,first_careunit text,last_careunit text,first_wardid number,last_wardid number,intime time,outtime time) CREATE TABLE d_icd_procedures(row_id number,icd9_code text,short_title text,tiêu_đề dài text)
Bốn loại thuốc được kê toa phổ biến nhất năm 2102 là gì?
Bốn loại thuốc được kê toa phổ_biến nhất năm 2102 là gì ?
SELECT t1.drug FROM ( SELECT đơn thuốc.drug,DENSE RANK ( ) OVER ( ORDER BY COUNT ( * ) DESC ) AS c1 FROM đơn thuốc WHERE STRFTIME ( 'y',prescriptions.startdate ) = '2102' GROUP BY đơn thuốc.thuốc ) AS t1 WHERE t1.c1 <= 4
SELECT t1.drug FROM ( SELECT đơn thuốc.drug,DENSE_RANK ( ) OVER ( ORDER BY COUNT ( * ) DESC ) AS c1 FROM đơn thuốc WHERE STRFTIME ( " y",prescriptions.startdate ) = "2102" GROUP BY đơn thuốc.thuốc ) AS t1 WHERE t1.c1 < = 4
sede
CREATE TABLE Bài đăng(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,ContentLince text) CREATE TABLE PostNotices(Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,ExpiryDate time,Body text,OwnerUserId number,DeletionUserId number) CREATE TABLE Đề xuấtChỉnh sửa(Id number,PostId number,Ngày tạo time,Ngày phê duyệt time,Ngày từ chối time,OwnerUserId number,Nhận xét text,Text text,Tiêu đề text,Thẻ text,Bản sửa đổiGUID khác) CREATE TABLE Cờ đang chờ xử lý(Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text) CREATE TABLE ReviewRejectionReasons(Id number,Name text,Description text,PostTypeId number) CREATE TABLE TagSynonyms(Id number,SourceTagName text,TargetTagName text,CreationDate time,OwnerUserId number,AutoRenameCount number,LastAutoRename time,Score number,ApprovedByUserId number,ApprovalDate time) CREATE TABLE Comments(Id number,PostId number,Score number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLince text) CREATE TABLE Phiếu bầu(Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number) CREATE TABLE ReviewTasks(Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate time,ReviewTaskStateId number,PostId number,SuggestedEditId number,CompletedByReviewTaskId number) CREATE TABLE ReviewTaskResults(Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text) CREATE TABLE PostTypes(Id number,Name text) CREATE TABLE Tags(Id number,TagName text,Count number,ExcerptPostId number,WikiPostId number) CREATE TABLE PostLinks(Id number,CreationDate time,PostId number,RelationPostId number,LinkTypeId number) CREATE TABLE Huy hiệu(Id number,UserId number,Name text,Date time,Class number,TagBased boolean) CREATE TABLE VoteTypes(Id number,Name text) CREATE TABLE ReviewTaskResultTypes(Id number,Name text,Description text) CREATE TABLE FlagTypes(Id number,Name text,Description text) CREATE TABLE ReviewTaskTypes(Id number,Name text,Description text) CREATE TABLE SuggestedEditVotes(Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number) CREATE TABLE PostWithDeleted(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,ContentLince text) CREATE TABLE PostTags(PostId number,TagId number) CREATE TABLE PostFeedback(Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time) CREATE TABLE CloseAsOffTopicReasonTypes(Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModeratorId number,ApprovalDate time,ApprovalModeratorId number,DeactivationDate time,DeactivationModeratorId number) CREATE TABLE Người dùng(Id number,Reputation number,CreationDate time,DisplayName text,LastAccessDate time,WebsiteUrl text,Location text,AboutMe text,Views number,UpVotes number,DownVotes number,ProfileImageUrl text,EmailHash text,AccountId number) CREATE TABLE PostNoticeTypes(Id number,ClassId number,Tên text,Nội dung text,IsHidden boolean,Được xác định trước boolean,PostNoticeDurationId number) CREATE TABLE ReviewTaskStates(Id number,Name text,Description text) CREATE TABLE CloseReasonTypes(Id number,Tên text,Mô tả text) CREATE TABLE PostHistoryTypes(Id number,Name text) CREATE TABLE PostHistory(Id number,PostHistoryTypeId number,PostId number,RevisionGUID other,CreationDate time,UserId number,Tên hiển thị người dùng text,Nhận xét text,Text text,Giấy phép nội dung text)
CREATE TABLE Bài đăng(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,ContentLince text) CREATE TABLE PostNotices(Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,ExpiryDate time,Body text,OwnerUserId number,DeletionUserId number) CREATE TABLE Đề_xuấtChỉnh sửa(Id number,PostId number,Ngày tạo time,Ngày phê_duyệt time,Ngày từ_chối time,OwnerUserId number,Nhận_xét text,Text text,Tiêu_đề text,Thẻ text,Bản sửa đổiGUID khác) CREATE TABLE Cờ đang chờ xử_lý(Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text) CREATE TABLE ReviewRejectionReasons(Id number,Name text,Description text,PostTypeId number) CREATE TABLE TagSynonyms(Id number,SourceTagName text,TargetTagName text,CreationDate time,OwnerUserId number,AutoRenameCount number,LastAutoRename time,Score number,ApprovedByUserId number,ApprovalDate time) CREATE TABLE Comments(Id number,PostId number,Score number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLince text) CREATE TABLE Phiếu bầu(Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number) CREATE TABLE ReviewTasks(Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate time,ReviewTaskStateId number,PostId number,SuggestedEditId number,CompletedByReviewTaskId number) CREATE TABLE ReviewTaskResults(Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text) CREATE TABLE PostTypes(Id number,Name text) CREATE TABLE Tags(Id number,TagName text,Count number,ExcerptPostId number,WikiPostId number) CREATE TABLE PostLinks(Id number,CreationDate time,PostId number,RelationPostId number,LinkTypeId number) CREATE TABLE Huy_hiệu(Id number,UserId number,Name text,Date time,Class number,TagBased boolean) CREATE TABLE VoteTypes(Id number,Name text) CREATE TABLE ReviewTaskResultTypes(Id number,Name text,Description text) CREATE TABLE FlagTypes(Id number,Name text,Description text) CREATE TABLE ReviewTaskTypes(Id number,Name text,Description text) CREATE TABLE SuggestedEditVotes(Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number) CREATE TABLE PostWithDeleted(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Body text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,ContentLince text) CREATE TABLE PostTags(PostId number,TagId number) CREATE TABLE PostFeedback(Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time) CREATE TABLE CloseAsOffTopicReasonTypes(Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModeratorId number,ApprovalDate time,ApprovalModeratorId number,DeactivationDate time,DeactivationModeratorId number) CREATE TABLE Người dùng(Id number,Reputation number,CreationDate time,DisplayName text,LastAccessDate time,WebsiteUrl text,Location text,AboutMe text,Views number,UpVotes number,DownVotes number,ProfileImageUrl text,EmailHash text,AccountId number) CREATE TABLE PostNoticeTypes(Id number,ClassId number,Tên text,Nội_dung text,IsHidden boolean,Được xác_định trước boolean,PostNoticeDurationId number) CREATE TABLE ReviewTaskStates(Id number,Name text,Description text) CREATE TABLE CloseReasonTypes(Id number,Tên text,Mô_tả text) CREATE TABLE PostHistoryTypes(Id number,Name text) CREATE TABLE PostHistory(Id number,PostHistoryTypeId number,PostId number,RevisionGUID_other,CreationDate time,UserId number,Tên hiển_thị người dùng text,Nhận_xét text,Text text,Giấy_phép nội_dung text)
Những người trả lời JavaScript hàng đầu của Thành phố New York.
Những người trả_lời JavaScript hàng_đầu của Thành_phố New_York .
SELECT u.DisplayName,u.Reputation,u.WebsiteUrl, COUNT ( * ) AS JavaScriptAnswers FROM Users AS u,Posts AS p,Posts ASpp WHERE u.Id IN ( SELECT Id FROM Người dùng WHERE Vị trí LIKE ( 'New York' ) ) AND p.OwnerUserId = u.Id AND pp.Id = p.ParentId AND pp.Tags LIKE ( '<javascript>' ) GROUP BY u.DisplayName,u.Reputation,u.WebsiteUrl ORDER BY Câu trả lời JavaScript DESC
SELECT u.DisplayName,u.Reputation,u.WebsiteUrl, COUNT ( * ) AS JavaScriptAnswers FROM Users AS u,Posts AS p,Posts AS pp WHERE u.Id IN ( SELECT Id FROM Người dùng WHERE Vị_trí LIKE ( " New_York" ) ) AND p.OwnerUserId =u.Id AND pp.Id = p.ParentId AND pp.Tags LIKE ( " <javascript > " ) GROUP BY u.DisplayName,u.Reputation,u.WebsiteUrl ORDER BY Câu trả_lời JavaScript DESC
sede
CREATE TABLE Đang chờ xử lýFlags(Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text) CREATE TABLE PostFeedback(Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time) CREATE TABLE PostWithDeleted(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Nội dung text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,ContentLince text) CREATE TABLE PostTags(PostId number,TagId number) CREATE TABLE CloseAsOffTopicReasonTypes(Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModeratorId number,ApprovalDate time,ApprovalModeratorId number,DeactivationDate time,DeactivationModeratorId number) CREATE TABLE ReviewTaskResults(Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text) CREATE TABLE Badges(Id number,UserId number,Name text,Date time,Class number,TagBased boolean) CREATE TABLE PostNoticeTypes(Id number,ClassId number,Tên text,Nội dung text,IsHidden boolean,Được xác định trước boolean,PostNoticeDurationId number) CREATE TABLE ReviewTaskTypes(Id number,Name text,Description text) CREATE TABLE PostHistory(Id number,PostHistoryTypeId number,PostId number,RevisionGUID other,CreationDate time,UserId number,UserDisplayName text,Comment text,Text text,ContentLince text) CREATE TABLE Phiếu bầu(Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number) CREATE TABLE CloseReasonTypes(Id number,Name text,Description text) CREATE TABLE PostLinks(Id number,CreationDate time,PostId number,RelationPostId number,LinkTypeId number) CREATE TABLE ReviewTasks(Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate time,ReviewTaskStateId number,PostId number,SuggestedEditId number,CompletedByReviewTaskId number) CREATE TABLE VoteTypes(Id number,Name text) CREATE TABLE ReviewTaskStates(Id number,Name text,Description text) CREATE TABLE SuggestedEdits(Id number,PostId number,CreationDate time,ApprovalDate time,RejectionDate time,OwnerUserId number,Comment text,Text text,Title text,Tags text,RevisionGUID other) CREATE TABLE TagSynonyms(Id number,SourceTagName text,TargetTagName text,CreationDate time,OwnerUserId number,AutoRenameCount number,LastAutoRename time,Score number,ApprovedByUserId number,ApprovalDate time) CREATE TABLE Tags(Id number,TagName text,Countnumber,ExcerptPostId number,WikiPostId number) CREATE TABLE PostHistoryTypes(Id number,Name text) CREATE TABLE PostTypes(Id number,Name text) CREATE TABLE ReviewTaskResultTypes(Id number,Name text,Mô tả text) CREATE TABLE Lý do từ chối đánh giá(Id number,Tên text,Mô tả text,PostTypeId number) CREATE TABLE Nhận xét(Id number,PostId number,Điểm number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLince text) CREATE TABLE Bài viết(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Nội dung text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,Ngày đóng time,Ngày sở hữu cộng đồng time,Giấy phép nội dung text) CREATE TABLE Người dùng(Id number,Danh tiếng number,Ngày tạo time,Tên hiển thị text,Ngày truy cập cuối cùng time,Url trang web text,Vị trí text,Giới thiệu về tôi text,Lượt xem number,UpVotes number,DownVotes number,ProfileImageUrl text,EmailHash text,AccountId number) CREATE TABLE SuggestedEditVotes(Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number) CREATE TABLE PostNotices(Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,ExpiryDate time,Body text,OwnerUserId number,DeletionUserId number) CREATE TABLE FlagTypes(Id number,Tên text,Mô tả text)
CREATE TABLE Đang chờ xử lýFlags(Id number,FlagTypeId number,PostId number,CreationDate time,CloseReasonTypeId number,CloseAsOffTopicReasonTypeId number,DuplicateOfQuestionId number,BelongsOnBaseHostAddress text) CREATE TABLE PostFeedback(Id number,PostId number,IsAnonymous boolean,VoteTypeId number,CreationDate time) CREATE TABLE PostWithDeleted(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Nội_dung text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,ClosedDate time,CommunityOwnedDate time,ContentLince text) CREATE TABLE PostTags(PostId number,TagId number) CREATE TABLE CloseAsOffTopicReasonTypes(Id number,IsUniversal boolean,InputTitle text,MarkdownInputGuidance text,MarkdownPostOwnerGuidance text,MarkdownPrivilegedUserGuidance text,MarkdownConcensusDescription text,CreationDate time,CreationModeratorId number,ApprovalDate time,ApprovalModeratorId number,DeactivationDate time,DeactivationModeratorId number) CREATE TABLE ReviewTaskResults(Id number,ReviewTaskId number,ReviewTaskResultTypeId number,CreationDate time,RejectionReasonId number,Comment text) CREATE TABLE Badges(Id number,UserId number,Name text,Date time,Class number,TagBased boolean) CREATE TABLE PostNoticeTypes(Id number,ClassId number,Tên text,Nội_dung text,IsHidden boolean,Được xác_định trước boolean,PostNoticeDurationId number) CREATE TABLE ReviewTaskTypes(Id number,Name text,Description text) CREATE TABLE PostHistory(Id number,PostHistoryTypeId number,PostId number,RevisionGUID_other,CreationDate time,UserId number,UserDisplayName text,Comment text,Text text,ContentLince text) CREATE TABLE Phiếu bầu(Id number,PostId number,VoteTypeId number,UserId number,CreationDate time,BountyAmount number) CREATE TABLE CloseReasonTypes(Id number,Name text,Description text) CREATE TABLE PostLinks(Id number,CreationDate time,PostId number,RelationPostId number,LinkTypeId number) CREATE TABLE ReviewTasks(Id number,ReviewTaskTypeId number,CreationDate time,DeletionDate time,ReviewTaskStateId number,PostId number,SuggestedEditId number,CompletedByReviewTaskId number) CREATE TABLE VoteTypes(Id number,Name text) CREATE TABLE ReviewTaskStates(Id number,Name text,Description text) CREATE TABLE SuggestedEdits(Id number,PostId number,CreationDate time,ApprovalDate time,RejectionDate time,OwnerUserId number,Comment text,Text text,Title text,Tags text,RevisionGUID_other) CREATE TABLE TagSynonyms(Id number,SourceTagName text,TargetTagName text,CreationDate time,OwnerUserId number,AutoRenameCount number,LastAutoRename time,Score number,ApprovedByUserId number,ApprovalDate time) CREATE TABLE Tags(Id number,TagName text,Countnumber,ExcerptPostId number,WikiPostId number) CREATE TABLE PostHistoryTypes(Id number,Name text) CREATE TABLE PostTypes(Id number,Name text) CREATE TABLE ReviewTaskResultTypes(Id number,Name text,Mô_tả text) CREATE TABLE Lý_do từ_chối đánh_giá(Id number,Tên text,Mô_tả text,PostTypeId number) CREATE TABLE Nhận_xét(Id number,PostId number,Điểm number,Text text,CreationDate time,UserDisplayName text,UserId number,ContentLince text) CREATE TABLE Bài viết(Id number,PostTypeId number,AcceptedAnswerId number,ParentId number,CreationDate time,DeletionDate time,Score number,ViewCount number,Nội_dung text,OwnerUserId number,OwnerDisplayName text,LastEditorUserId number,LastEditorDisplayName text,LastEditDate time,LastActivityDate time,Title text,Tags text,AnswerCount number,CommentCount number,FavoriteCount number,Ngày đóng time,Ngày sở_hữu cộng_đồng time,Giấy_phép nội_dung text) CREATE TABLE Người dùng(Id number,Danh_tiếng number,Ngày tạo time,Tên hiển_thị text,Ngày truy_cập cuối_cùng time,Url trang_web text,Vị_trí text,Giới_thiệu về tôi text,Lượt xem number,UpVotes number,DownVotes number,ProfileImageUrl text,EmailHash text,AccountId number) CREATE TABLE SuggestedEditVotes(Id number,SuggestedEditId number,UserId number,VoteTypeId number,CreationDate time,TargetUserId number,TargetRepChange number) CREATE TABLE PostNotices(Id number,PostId number,PostNoticeTypeId number,CreationDate time,DeletionDate time,ExpiryDate time,Body text,OwnerUserId number,DeletionUserId number) CREATE TABLE FlagTypes(Id number,Tên text,Mô_tả text)
Người dùng có nhiều huy hiệu X nhất.
Người dùng có nhiều huy_hiệu X nhất .
SELECT UserId AS "user link", COUNT ( * ) AS "badge count" FROM Badges WHERE Name = 'GROUPBadgestringBY' HAVING COUNT UserId ORDER BY ( * ) > 1 DESC LIMIT 'đếm huy hiệu' 100
SELECT UserId AS "user_link", COUNT ( * ) AS"badge_count" FROM Badges WHERE Name = "GROUPBadge stringBY" HAVING COUNT UserId ORDER BY ( * ) > 1 DESC LIMIT "đếm huy_hiệu" _ 100