MySQL Add view

Source: Internet
Author: User

Sometimes a complex query needs to create a view that simplifies the query. We can also wrap the view as an object so that the query can be encapsulated directly in Java as an object.

The original table structure

To create a view statement:

Create View Danger_spot as SELECT d.dangerid,d.findtime,d.classtype,d.findperson,d.checkunit,d.address,d.content, D.dangergrade,d.type,d.unit,d.manager,d.dangerstatusnum,d.dangerstatus,d.dangerreport,s.hassafemeasure, S.disposemeasure,s.disposedate,s.disposeperson from ' danger '. ' Danger ' d,spotdispose s where D.dangerid = S.dangerid

Adds a piece of data to the spotdispose after inserting a piece of data into the danger table.

The system automatically refreshes the view.

Query view:

SELECT * from Danger_spot

MySQL Add view

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.