Visualfoxpro60
txt?19000?n?Tabtxt?397119744@qq.com?,?
1?txtc:\temp\1.txt?2?txt6
SET?SEGURIDAD?OFF
crear?tabla?t1?free?(a?int, b?int, c?int, d?int, e?int, f?int)
añadir?c:\temp\1.txt?DELIMITADO?CON?BLANCO
seleccionar?a?de?t1?unión?todos?seleccionar?b?de?t1?unión? ¿todos?seleccionar?c?de?t1?unión?todos?seleccionar?d?de?t1?unión?todos?seleccionar?e?de?t1?unión?todos?seleccionar?f?de?t1?en?tabla? t2
select?count(a)?from?t2?into?array?a_array
select?a,count(a)?as?a_count,str(round(100* count(a)/a_array(1), 2), 6, 2) ""?as?a_present?from?t2?group?by?a