Category
- Php
- JAVA
- DOTNET
- Vbscript
- C
- vb
- html
- Mysql
- Oracle
- sql
- Db
- Computer
- Commerce
- Business
- Arts
- Cashier
- Audit
- Banking
- Accounts
- Math
- Physics
- Biology
- Others
Home >> Asked Questions >> Mysql
Q. How to rename view mysql?
Answer :
I think first delete the view.
DROP VIEW IF EXISTS view_name;
Then create view.
Create view view_name
DROP VIEW IF EXISTS view_name;
Then create view.
Create view view_name
Posted By : akash
Most Viewed Questions