当前位置:网站首页>mysql view
mysql view
2022-07-31 01:51:00 【my genius girlfriend】
The essence of the view is a virtual table view, the view is convenient for developers to operate on the data.You can also restrict users to directly access data tables in the database.
Create View
Use create view as to create a view
create view view_name_priceasselect t_name,t_price from t_goods
After creating a view, you can view it like a table.
View View
show tables
describe/desc view_name
show table status
Views can operate like tables, update, delete, view, modify, etc.
边栏推荐
猜你喜欢
After reading "MySQL Database Advanced Practice" (SQL Xiao Xuzhu)
Word 表格跨页,仍然显示标题
GCC Rust is approved to be included in the mainline code base, or will meet you in GCC 13
Set the browser scrollbar style
MySQL stored procedure
Drools基本介绍,入门案例,基本语法
基于FPGA的图像实时采集
rpm install postgresql12
Drools规则属性,高级语法
Chi-square distribution of digital image steganography
随机推荐
Crypto Life, a day in the life of a Web3 project partner
Software testing basic interface testing - getting started with Jmeter, you should pay attention to these things
最大路径和
C language _ structure pointer array function voting system
leetcode-128: longest continuous sequence
MySQL的分页你还在使劲的limit?
GCC Rust获批将被纳入主线代码库,或将于GCC 13中与大家见面
简易表白小页面
MySql的安装配置超详细教程与简单的建库建表方法
1782. Count the number of point pairs Double pointer
如何在 go 程序中暴露 Prometheus 指标
Gateway路由的配置方式
类似 MS Project 的项目管理工具有哪些
Shell script to loop through values in log file to sum and calculate average, max and min
Shell 脚本循环遍历日志文件中的值进行求和并计算平均值,最大值和最小值
软件测试报告有哪些内容?
My first understanding of MySql, and the basic syntax of DDL and DML and DQL in sql statements
keep-alive cache component
PDF split/merge
GCC Rust is approved to be included in the mainline code base, or will meet you in GCC 13