Mobi may not always be the easiest with which to work. Even though many editing tools are available on the market, not all offer a simple solution. We created DocHub to make editing easy, no matter the document format. With DocHub, you can quickly and effortlessly work in clause in Mobi. On top of that, DocHub provides a variety of additional tools such as form creation, automation and management, sector-compliant eSignature solutions, and integrations.
DocHub also helps you save effort by creating form templates from documents that you use frequently. On top of that, you can benefit from our numerous integrations that allow you to connect our editor to your most utilized programs effortlessly. Such a solution makes it quick and easy to deal with your files without any delays.
DocHub is a handy feature for personal and corporate use. Not only does it offer a comprehensive suite of capabilities for form creation and editing, and eSignature integration, but it also has a variety of tools that prove useful for creating multi-level and straightforward workflows. Anything imported to our editor is kept risk-free according to major field standards that safeguard users' information.
Make DocHub your go-to choice and streamline your form-driven workflows effortlessly!
in this video we do more advanced aggregation using the group by and having causes all right so letamp;#39;s get into it and I am using the Northwind database if you want it link in the description down below and Iamp;#39;ll be using the customers table for this particular example so letamp;#39;s do a basic select all from customers get all of our information here Iamp;#39;ve got to spell it correctly customers so there we go hereamp;#39;s a list of all of our customers and we notice that theyamp;#39;re in a bunch of different countries but some people are in the same countries and letamp;#39;s say that we want to break down their information see how many customers we have in each country so thatamp;#39;s what we want to try and solve first right here so what we might think doing is select country so we get their country and then we can use account aggregate function count to to get the number of customers in each country right thatamp;#39;s what weamp;#39;re kind of thinking