In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
SQL how to query the total number of qualified records in the database, for this problem, this article describes the corresponding analysis and solution in detail, hoping to help more small partners who want to solve this problem find a simpler and easier way.
1. select count(*) from table; //count the number of tuples
2. select count(column name) from table; //count the number of median values in a column
3. select count(*) from table where field = ""; //Total number of records that match this condition
4. sql_count = "select count(*) from article a where 1=1 ";
//In this statement, a represents the table of article, followed by a. field to represent the fields of the table, where 1 = 1, which is equivalent to providing a where. 1=1 is always true.
You can add and a. field = "", etc. after the statement according to whether you need to add conditions.
Example:
sql_count = "select count(*) from article a where 1=1 ";if(! "".equals(title) && title!= null){sql_count +="and a.a_title like '%"+title+"%'"; } About SQL how to query the total number of qualified records in the database to share the answer here, I hope the above content can be of some help to everyone, if you still have a lot of doubts, you can pay attention to the industry information channel to learn more related knowledge.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.