get result query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lsauravbi
    New Member
    • Mar 2014
    • 8

    get result query

    I have 1 table that store file MIME type info in 1 coloum and size of each file in another coloumn.
    Please help me query to find the total size for each MIME type?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Use a sum query that groups by the type.

    Comment

    • lsauravbi
      New Member
      • Mar 2014
      • 8

      #3
      Thanks Rabbit yours solution is working for me :-)

      Comment

      Working...