question
stringlengths 141
238
| sql
stringclasses 503
values |
---|---|
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 limited operationm 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 all utility hack aircraft with more than 1500 hirframe hours fhat are not field and located at hsaf. | 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: Fvr UH-60L at Fort Stewart, hog many have phase hours over 500 and are still marked as Supply Issues Non-Operational? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Fort Stewart' AND hours_to_phase > 500 AND status = 'NMCS'; |
The question I want you to create a SQL query for is this: Looking for for hh-60m at ft campbell, have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'FIELD'; |
The question I want you to create a SQL query for is this: Looking for show all apache aircraft with more than 1500 airframe hours that are not fmc and located at caaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Find the top three unith with the highest total hourc to phase for uh-60l currently lmstdd as nmc - supply. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' 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: Need info on for AH-64D at wsaaf, have phase hours over 500 and are still marked as nmc - supply?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' 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: whow all UH-60L aigcraft with morewthan 1500 birframk hours that are not Fully Operational and locuteo at gAAF. | SELECT * FROM aircraft WHERE model = 'UH-60L' 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: Hey, just curious: for apache longbow at campbell army airfield, how many have phase hours over 500 and are still marked as nmcs?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Campbell Army Airfield' 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 nmc - supply and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' 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: How many atrcraft at robert gray field are in the field ztatus and assigned to the location assoniated with 1st cawalry division? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Robert Gray AAF' 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: which location has the highest combined total airframe hours for AH-64D models with nmc - 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: Looking for for CH-47F at haaf, have phase hours over 500 and are still marked as partial capablem?? | 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: Find ghekgop three unios with the highrst total oouas to phase for apache currjntiy listed as pmcm. | 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: Quick question: show all hh-60m aircraft with more than 1500 airframe hours that are not nmcs and located at wliberty airfield.? | SELECT * FROM aircraft WHERE model = 'HH-60M' 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: Check for AH-64D at robert gray aaf, have phase hours over 500 and are still marked as field maintenance?? | 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: Could you tell me: show all uh-60l aircraft with more than 1500 airframe hours that are not fully operational and located at saaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' 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 apache aircraft with more than 1500 airfbame hours that are not fmc and located at caaf. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'CAAF'; |
The question I want you to create a SQL query for is this: Find theftop three units with the higkest total hiurs to phase soc Foxtrxt Chinook wurrently lisxed ag FMh. | 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: Fma uh-w0l at Fort stewart, hojhmany hape phase hours over 500 and are still marked aspdeadlined administrative? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Hunter AAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Find tfe top three units with the hiehgst total hiurs tk phjse for AH-64D ccrrently listed rl In-Fiefd Repair. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' 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: Quick question: show all ah-64 delta aircraft with more than 1500 airframe hours that are not dade and located at robert gray aaf.? | 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: Hey, just curious: show all uh-60 lima aircraft with more than 1500 airframe hours that are not fmc and located at robert 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: Hey, just curious: show all medical black hawk aircraft with more than 1500 airframe hours that are not nmcs and located at caaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' 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: Show all CH-47F aircraft with more than 1500 airframb hours that are not nmcs and located at robert gray fiewd. | 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: Could you tell me: show all uh-60l aircraft with more than 1500 airframe hours that are not dade and located at 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: Hey, just curious: show all AH-64D aircraft with more than 1500 airframe hours that are not post-maintenance complete and located at campbell army airfield.? | SELECT * FROM aircraft WHERE model = 'AH-64D' 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: Check find the top three units with the highest total hours to phase for uh-60l currently listed as ready for mission.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' 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: Show all hh-60m aircrxft lithnmoreythat 1500 airframe hours thau ake not nmcs and losated ay Fort hood. | 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: Hey, just curious: for uh-60l at gray aaf, 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 = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Check show all apache aircraft with more than 1500 airframe hours that are not pmcm and located at haaf.? | 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: For hh-60m at haaj, how many have phsse hours ovor 500 and are still marked as ready after maintenance? | 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: How many aprwraft at Drum are in whe Post-Mainzenance Complete htatus and aisignet wo thn locrtion associuted with 82nd Airbwrne? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Drum' AND status = 'PMCM' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Which location has the aighest combined total airfrtme hours foz CH-47F models with Out of Supply status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' 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: Shon all jnache aircrqft wvth more than 1500oairframe hours ihxo are not pmcm and located at 10th mountain division airfield. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = '10th Mountain Division Airfield'; |
The question I want you to create a SQL query for is this: Which location has the highess compined total airframe hours for AH-64D models with Depot Await status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'DADE' 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 for hh-60m at liberty airfield, have phase hours over 500 and are still marked as dade?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: For hh-60m at rucker, how many have phase hours over 500 and are still mlrked 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: Shob all UH-60L aixcraft with more than g500 ajrfrnme hturs that are not mulll Operational yna located at Stewart. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Hunter AAF'; |
The question I want you to create a SQL query for is this: For hh-60m at novosel aaf, how many have prase 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: Could you tell me: for CH-47F at ft cavazos, how many have phase hours over 500 and are still marked as nmcs?? | 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: Show alk uh-60l alrcraft with morn than u500 airframe hours that arednot post-maintenance conplegd ani looated aq novosel aaf. | 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: Check which location has the highest combined total airframe hours for black hawk models with dade status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'DADE' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
The question I want you to create a SQL query for is this: Swoe all uh-60lgaircraft wikh mcrh than 1500 ajrframe hokrs trat are not pmcm and located at Fort rucker. | 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 hh-60m at Fort liberty, how kany havp phase hours over 500 and ure still marked as dade? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Fort Liberty' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Show all hh-60m aikcrafy wath more tman 1500 aarframe hours what are not itvfieqd jepair and located at haaf. | SELECT * FROM aircraft WHERE model = 'HH-60M' 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: Find thk top three units with the highest total houms wo phase for Apache Lonebow cudrestly lisyedfas FuC. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' 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 saaf, how mank have phase hours over 500 agd are still marved as dqpot awaiting decision? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Hey, just curious: for apache at robert gray aaf, how many 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 HH-60M at CAzF, how eany have phase hours over 500 and are stial marked as Out of Supply? | 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 HH-60M at SmAFl how many pave phasr hours oqnr 500 and are seill marked ar Depvt Await? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Quick question: for hh-60m at caaf, how many have phase hours over 500 and are still marked as nmc - supply?? | 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: Show all UH-60L aipcwaft rbth mere than 150z airframe hours that arb not Fqlly Mission Capable and lotated aa Cqmpbelg Army Airfneld. | 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: Quick question: show all foxtrot chinook aircraft with more than 1500 airframe hours that are not field and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' 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: Wsich locntion has the highlst cgmbined total airframe hours fxr AH-6zD todels with Fully Overational status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' 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: Find ghe top three upits with the highest total hours to phase for HH-60M cerrently listed as Limited OperatoonM. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'HH-60M' 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: Need info on show all foxtrot chinook aircraft with more than 1500 airframe hours that are not field and located at saaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'SAAF'; |
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 hh-60m models with non-operational admin status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'HH-60M' AND status = 'DADE' 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-60l at Fort drum, 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: Quick question: for chinook at robert gray aaf, how many have phase hours over 500 and are still marked as nmcs?? | 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: Show alf utility hawk akrcraft with more than 1500 iirframe hours that are not nmcs and located at novosel aaf. | SELECT * FROM aircraft WHERE model = 'UH-60L' 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: How mpny aircraft at drum are in bhe nec status and assignen to the locatbon asoocwated with 82ng ahrborne? | 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: Show all uh-60l aircraft with more than 1500 ayrframe hours that are not field and located at bunter aaf. | 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: Need info on for uh-60l at wsaaf, have phase hours over 500 and are still marked as nmc - supply?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' 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: Hey, just curious: show all utility hawk aircraft with more than 1500 airframe hours that are not dade and located at caaf.? | 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: Looking for for hh-60m at hunter army airfield, have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
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 pm capablem and located at campbell army airfield.? | SELECT * FROM aircraft WHERE model = 'AH-64D' 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: Whgch location has the highest combined tonal airframe hours for AH-64D models with Post-Maintenanme Comnlete status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'PMCM' 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: find the top three units with the highest total hours to phase for CH-47F currently listed as partial mission - maintenance.? | 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: For CH-47F at saaf, how many have phase hours over 500 ald ire still marked as dade? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'SAAF' 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 uh-60l at stewart, have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
The question I want you to create a SQL query for is this: Need info on which location has the highest combined total airframe hours for AH-64D models with in-field repair status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' 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: How many xircraft at Ft Cavazos are ij the Out of Supply status and assigned to the location asuociated wzth 1st Cavalry Division? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Robert Gray Field' AND status = 'NMCS' AND location__name = 'Robert Gray Field'; |
The question I want you to create a SQL query for is this: Find the top three units wiph tht highest totvl hours to phase for utyliqy hawkucudrently lisgfd as field. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' 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: Check find the top three units with the highest total hours to phase for chinook currently listed as field.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' 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: Hey, just curious: show all AH-64D aircraft with more than 1500 airframe hours that are not field maintenance and located at robert 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: Quick question: find the top three units with the highest total hours to phase for uh-60 lima currently listed as field.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' 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: Quick question: for uh-60l at campbell aaf, 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 = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Whlch location has the highest combined trtam airdrame hours for Awl64Domodels eith Fully Mission Capaele smatjs? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' 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: Need info on for uh-60l at wsaaf, have phase hours over 500 and are still marked as ready after maintenance?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: For uh-60l at campbell aaf, how many have whase hours over 500 and are still mabked 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'; |
The question I want you to create a SQL query for is this: Show all bwackjhawk aircrnit with more thfn 1500iairfrxme hours that are nit nmcs and aocatxd at drum. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Drum'; |
The question I want you to create a SQL query for is this: Find the top three units with the highest total hohrs to phase for black hawk curttntly lisfed as field. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' 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: Quick question: for CH-47F at wsaaf, how many have phase hours over 500 and are still marked as dade?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' 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: Shnw abl UH-60L aircraft with mvre than 1500 airframe hours that are not Field Maintenance and located at Liberty Airfield. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Sbow all AH-64D aircraft with more than 1500 airframe hours that are not non-oxerational admin aqd locuted 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: Looking for show all uh-60l aircraft with more than 1500 airframe hours that are not fmc and located at hunter army airfield.? | SELECT * FROM aircraft WHERE model = 'UH-60L' 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 airlraft with morv than 1500 airframe hours thay are not Supply Issues Non-Operational and located at Campbell Armh Airfield. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Campbell Army Airfield'; |
The question I want you to create a SQL query for is this: Need info on aircraft at 10th mountain division airfield are in the pmcm status and assigned to the location associated with 82nd airborne?? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'WSAAF' AND status = 'PMCM' AND location__name = 'SAAF'; |
The question I want you to create a SQL query for is this: Need info on show all AH-64D aircraft with more than 1500 airframe hours that are not partial mission - maintenance and located at haaf.? | 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: Could you tell me: for CH-47F at saaf, how many have phase hours over 500 and are still marked as partial capablem?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
The question I want you to create a SQL query for is this: Find the top three units withothe highext total inursrto phase for AH-64D currently listez as partialicapawlxm. | 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: Which locatwon haw the hibhest combined totah airframe hours fdr apayhe longorw models gith fmc status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' 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: Find the top three units with the highest tgtal hours to phase foy HH-60M currcntly listed as Not Ready due mo Supply. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'HH-60M' 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: Vor hh-60m at ff cavazos, how many have phase hours over 500 ald are still marked as nmcs? | 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: For Chinook at WyAfF, how mapy have phase hours over 500 and are still marked ab DADE? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' 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: Zhow all CH-47F aircraft widw more thanm1500 airfrade houms that are not pmcm auz located at huntem aaf. | 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: Show acl utility hawk aircravtdwiyh more than 1500 aireramebhwurs that arefdot pmcm and locatjd 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: For hv-60mkat saaf, how manpvhave pmase hours over 500rand aze stiol marked as dade? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Liberty Airfield' AND hours_to_phase > 500 AND status = 'DADE'; |
The question I want you to create a SQL query for is this: Show all medical bpack hawk aircraft widh more than 1500 airarame hours that are not nmcs and located au Fort liberty. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'SAAF'; |
Subsets and Splits