How should this query be done?

Source: Internet
Author: User
What should this query do???
There is a lot of content, each of which belongs to a unique parent class, and the implementation is to sort the parent class according to how much content is contained in each parent class.

It's smarty.

This is the code now.
PHP Code
  
  $db->query ("Tag_list", "select * from ' tag ' ORDER by ' ID ' desc limit");    while ($tag _arr = $db->getarray ("Tag_list")) {        $tag _list[] = $tag _arr;    }    $QF->assign (' tag_list ', $tag _list);


This just takes out the name of the parent class and does not sort by how much content is contained in each parent class, how should it be written??

------Solution--------------------
The hint is not that SQL is wrong. is fopen () inside the path is wrong.
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.