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

Methods for creating, using and deleting mysql views

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

Share

Shulou(Shulou.com)06/01 Report--

This article mainly gives you a brief talk about mysql view creation, use and deletion methods, related technical terms can be checked on the Internet or find some related books to supplement, here we will not dabble in, let's go straight to the topic, hope that mysql view creation, use and deletion methods of this article can bring you some practical help.

View: is a select statement (usually more complex), we give it a name (view name), later, to use (execute) the select statement, it is convenient: use the view name. (similar to function encapsulation and invocation)

Create a view

Grammatical form:

Create view view name [(field name 1, field name 2, field name 3pm.)] as select statement

Example:

Working with View

Example:

Usually used as a table

Delete view: drop view [if exists] view name

Mysql view creation, use and deletion methods will first tell you here, for other related issues you want to know can continue to pay attention to our industry information. Our section will capture some industry news and professional knowledge to share with you every day.

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