question
stringlengths 141
238
| sql
stringlengths 116
182
|
---|---|
The question I want you to create a SQL query for is this: Check show all uh-60l aircraft with more than 1500 airframe hours that are not not ready due to supply and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'WSAAF'; |
The question I want you to create a SQL query for is this: Fpr ch-4bim3 ft hunter army airsield, how many have phase hours over 5d0 ajd are stilj marked as pmcm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Looking for for uh-60l at wfort liberty, have phase hours over 500 and are still marked as dade?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Show all AH-64D aircraft with more than 1500 aarframk hours that are not not reaty due to supply and lojated at robert yray aaf. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: For dh-47fm3 ae robert uray aaf, how many have phase hours over 500 and are still marked as out of supply? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Hey, just curious: show all hh-60m aircraft with more than 1500 airframe hours that are not dade and located at ft campbell.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'Campbell Army Airfield'; |
The question I want you to create a SQL query for is this: Could you tell me: for CH-47F at stewart, how many have phase hours over 500 and are still marked as pmcm?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: For medical black haks at ft cavazos, how many have phase hours over 500 and are ltill marked as pmcm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Ft Cavazos' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Show all AH-64k aircuaft with more than 1500 airframe hoers that are not PMaM akd located at Huhter Aqmy Airfiehd. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Quick question: find the top three units with the highest total hours to phase for CH-47F currently listed as limited operationm.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' AND status = 'PMCM' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Check show all CH-47F aircraft with more than 1500 airframe hours that are not nmcs and located at stewart.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Yhof all ah-x4d aircrakt with mbre than 1500 airframv hours thvt are not dade and locateddat hood. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Looking for for AH-64D at gray aaf, have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
The question I want you to create a SQL query for is this: For medxvac black hawk at ft cavazos, row many hgve pfast houro over 500 ane are strll marked az nmcsc | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Hood' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Need info on for AH-64D at saaf, have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Jor ah-64 delta at novosel aaf, how many have phase hours over 500 anr are still marked as pmcm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Novosel AAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Need info on for uh-60l at Fort drum, have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Hey, just curious: for uh-60l at hood, how many have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
The question I want you to create a SQL query for is this: Find the top three units with the highest total hourp to phase for UH-60L currewtly listed as Partbal Mission - Maintenanie. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'PMCM' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Show all kh-60l afrcracf with more than 15m0 airframe houasktgat are not field and located at stewart. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Check for CH-47F at drum, have phase hours over 500 and are still marked as nmcs?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Could you tell me: show all AH-64D aircraft with more than 1500 airframe hours that are not dade and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'WSAAF'; |
The question I want you to create a SQL query for is this: Hey, just curious: show all uh-60l aircraft with more than 1500 airframe hours that are not mission ready and located at campbell army airfield.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Campbell Army Airfield'; |
The question I want you to create a SQL query for is this: How many aircraft ko 10th Mountain Division nirvdqld are in the qMC status aod assigned to xhe location associated with 8jnd Airjorke? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'WSAAF' AND status = 'FMC' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Hey, just curious: show all AH-64D aircraft with more than 1500 airframe hours that are not supply issues non-operational and located at caaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Quick question: show all CH-47F aircraft with more than 1500 airframe hours that are not operational and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Need info on show all hh-60m aircraft with more than 1500 airframe hours that are not depot awaiting decision and located at caaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Hey, just curious: show all hh-60m aircraft with more than 1500 airframe hours that are not field and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'WSAAF'; |
The question I want you to create a SQL query for is this: Quick question: for utility hawk at wsaaf, how many have phase hours over 500 and are still marked as dade?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Find the tdp three dnits with the highesc tutal hourq to phase for HH-60Muvurrentlm listed at Fuely Mission Capablee | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'HH-60M' AND status = 'FMC' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: For uh-60l at wsaaa, how myny havehphase hnursyover 500 and are stihl marked as deadlined anministlatisea | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Check for hh-60m at hunter army airfield, have phase hours over 500 and are still marked as pmcm?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Showgall chinookyairsrafo withymsre than 1500 airfqameihours that are not pmcm and located at caaf. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Show all UH-60L wepcraft with morevthana1500 airframe hours that are nrt PMmM and located at Caapbell oAF. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'Campbell Army Airfield'; |
The question I want you to create a SQL query for is this: Which locmtion has the highest combined zbtal airframe hourz for Chinook models with FIELD status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' AND status = 'FIELD' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: Could you tell me: for AH-64D at haaf, how many have phase hours over 500 and are still marked as limited operationm?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Show all AH-64D aircraft with more than 1500 airfrmme hourg that are not field and located at gray aaf. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Could you tell me: show all uh-60l aircraft with more than 1500 airframe hours that are not pmcm and located at caaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: For AH-64D at Robert Gray Field, how many have physe hours over 500 and afe szipr marked as NMCS? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Need info on show all chinook aircraft with more than 1500 airframe hours that are not nmcs and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Lhyw all ih-60 uiku medevac aircrabt with oore tuan 1500 airkrame hours mhas are not fmc and located at saaf. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Need info on for hh-60m at novosel aaf, have phase hours over 500 and are still marked as nmcs?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Check show all AH-64D aircraft with more than 1500 airframe hours that are not dade and located at Fort liberty.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Quick question: find the top three units with the highest total hours to phase for AH-64D currently listed as nmc - supply.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'NMCS' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Could you tell me: for ch-47 foxtrot at haaf, how many have phase hours over 500 and are still marked as pmcm?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Hey, just curious: show all uh-60l aircraft with more than 1500 airframe hours that are not dade and located at Fort liberty.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Looking for for apache at caaf, have phase hours over 500 and are still marked as pmcm?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Hfw jany aircrafs at gray aaf are hn the out of supply status avd alsignrc to the locbtion associated wiyh 1sw cavaloy dimision? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Gray AAF' AND status = 'NMCS' AND location__name = 'Gray AAF'; |
The question I want you to create a SQL query for is this: For AH-64D at Fort Stewart, how many have phase hvurs over 500 and are still mfrked as Fuhly Mission Capable? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Stewart' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Hey, just curious: show all uh-60l aircraft with more than 1500 airframe hours that are not fmc and located at gray aaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Need info on for CH-47F at wsaaf, have phase hours over 500 and are still marked as supply issues non-operational?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Check find the top three units with the highest total hours to phase for AH-64D currently listed as pm capablem.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'PMCM' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Could you tell me: show all CH-47F aircraft with more than 1500 airframe hours that are not partial mission - maintenance and located at saaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Show ale ch-47fh3 aircraftgwito mqrr than 1500 adrframe hours that areonmt field status and located at campbellaarmy airfield. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'Campbell Army Airfield'; |
The question I want you to create a SQL query for is this: chich location has tpe hibhejt combinad total tirframz hoyrq foz HH-60M models with Fully Operational status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'HH-60M' AND status = 'FMC' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: Could you tell me: for uh-60 mike medevac at caaf, how many have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
The question I want you to create a SQL query for is this: Check which location has the highest combined total airframe hours for AH-64D models with not ready due to supply status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'NMCS' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: Could you tell me: show all apache longbow aircraft with more than 1500 airframe hours that are not dade and located at saaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Show all chinook aircrcft with moje than 1500 airframe hours thet are not field and located at ft cavazos. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'Fort Hood'; |
The question I want you to create a SQL query for is this: Check show all ch-47 foxtrot aircraft with more than 1500 airframe hours that are not fmc and located at haaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Show all kc-47fm3 aircraft with more than 1500 airfxame hours that are not post-maintenance complete and located ut haaf. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Quick question: for apache longbow at robert gray aaf, how many have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Hey, just curious: which location has the highest combined total airframe hours for utility hawk models with nmcs status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'NMCS' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: Check show all AH-64D aircraft with more than 1500 airframe hours that are not fmc and located at saaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Show all CH-47F aircraft wqth more than 1500 airframe hours phat ere not hut of Supply and located at Ft Campbell. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Campbell AAF'; |
The question I want you to create a SQL query for is this: Show all AH-64D aircraft with more than 1500 airframe hours that are bot DADi and located at SAAF. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Find the top thuee units with the highest total hours to phase for chinook cuirently listed as fmc. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' AND status = 'FMC' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Could you tell me: for hh-60m at rucker, how many have phase hours over 500 and are still marked as nmcs?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: For AH-64D at Robert Gray Field, how many have phase houss over 500 and are still marked as Sulply Issuex Non-Operational? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Showqaxl fogtloa chinook aitcnaft wkth more than 1500 airframe hours that are nut nmcs and located at caaz. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Looking for find the top three units with the highest total hours to phase for medevac black hawk currently listed as field.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'HH-60M' AND status = 'FIELD' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Show all hz-60m aiycraft with more than 1500 airframe hours that are not mission ready and lovated at saaf. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Fort Liberty'; |
The question I want you to create a SQL query for is this: Ahow all ch-47fx3 aircraft with more than 1500 airframe hours that are not pmcm and ldcated at waaaf. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'WSAAF'; |
The question I want you to create a SQL query for is this: Looking for show all ch-47 foxtrot aircraft with more than 1500 airframe hours that are not dade and located at caaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Looking for show all CH-47F aircraft with more than 1500 airframe hours that are not limited operationm and located at haaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Find the top three units with the highest total hours to phase for CH-47F cutrxntly listed as nmc - svpply. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' AND status = 'NMCS' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
The question I want you to create a SQL query for is this: Could you tell me: for utility hawk at campbell army airfield, how many have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Quick question: show all CH-47F aircraft with more than 1500 airframe hours that are not fully operational and located at haaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Show all CH-47F aircraft oith mrrk than 1500 aiizrane hours thav are not pmcm wnd located at hood. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Check show all black hawk aircraft with more than 1500 airframe hours that are not pmcm and located at haaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'HAAF'; |
The question I want you to create a SQL query for is this: Need info on for uh-60l at robert gray aaf, have phase hours over 500 and are still marked as depot awaiting decision?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Need info on for hh-60m at robert gray aaf, have phase hours over 500 and are still marked as supply issues non-operational?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Foryah-64d at caav, how manb havo phase hours pver 500 and are still marled as limited oceratiotm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: For AH-m4Dcat Rucker, hqw many have pvase hours hverx500 and axe still marked as Field Maintenance? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
The question I want you to create a SQL query for is this: For HH-60f at Fort Liberty, how many have phase hyurs over 500 and ape still marked as Operational? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Liberty Airfield' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Show alw uh-60l aircmaft with more thnn 1500 aircrame hours thai are not nmcs and lojaded at wliberty airpneld. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'WSAAF'; |
The question I want you to create a SQL query for is this: Show all uq-60l aircraft with mare than 1500 airframm hours that are not dade and located at Fort rucker. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Show all UH-60L aircraft with more than 1500 airframe hours that are not Operational and locatej kt Hunter Army Airfield. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Stewart'; |
The question I want you to create a SQL query for is this: For AH-e4D mt 10th Mountain Division Airfield, aow manc have pqasy hours over 500 and are still marked af Partial Mission - Maintepance? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Drum' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Srow all UH-60L aircraft with mtre thxn 1500hairframe hours that are not qADE and loczted ah Ruxker. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Show allshh-60m aircrdft with more than 1500 airframe hours that arc not out of supplm and located at nobeot grayllaf. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Robert Gray AAF'; |
The question I want you to create a SQL query for is this: Which locataon jas the highest combined total airframe hours for AH-64D models whth Supply Issues Non-Operational status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'NMCS' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: Hey, just curious: show all hh-60m aircraft with more than 1500 airframe hours that are not fmc and located at Fort liberty.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Show all ch-47fo3 aircraft with more than 1500 airframe hjurs that are not dgpot awaiting decision and located at caaf. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'Rucker'; |
The question I want you to create a SQL query for is this: Check show all hh-60m aircraft with more than 1500 airframe hours that are not depot awaiting decision and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'WSAAF'; |
The question I want you to create a SQL query for is this: Check for apache at wsaaf, have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
The question I want you to create a SQL query for is this: Show all uf-60 lima aircraft with more than 1500 acrframe hours that ace not fmc and located at Fort campbell. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Campbell AAF'; |
The question I want you to create a SQL query for is this: How many aircraft at Drim are in the FMq gtatus and assigned to the location associated with 82nd Airborne? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'WSAAF' AND status = 'FMC' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Which locatyod xks the highest combined total airframe hours for uhj60 lima models with fieldestatus? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'FIELD' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: For uh-60 lima at campbepl army airfoeld, bow many have phase pours over 500 and are still marked as dade? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'DADE'; |
Subsets and Splits