Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The usage of Special query statement in MySQL

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "the usage of special query sentences in MySQL". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn the usage of special query sentences in MySQL.

1. Calculate the total number of record sql statements in the data table

> select count (*) from openes

+-+

| | count (*) |

+-+

| | 136 |

+-+

1 row in set (0.00 sec)

two。 Query the SQL statement with field type datetime:

Mysql > select * from biders where author_id = 2253 and created_at between '2012-3-19 00:00:00' and '2012-3-19 23:59:59

'

+-- +

| | id | author_id | created_at | updated_at | num_of_target_files | |

+-- +

| | 10 | 2353 | 2012-3-19 15:21:08 | 2012-3-19 15:21:08 | NULL |

+-- +

1 row in set (0.00 sec)

At this point, I believe you have a deeper understanding of "the use of special query statements in MySQL". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

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.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report