Search
 
SCRIPT & CODE EXAMPLE
 

SQL

renombrar tabla mysql

RENAME TABLE nombre_tabla TO nombre_nuevo_tabla
[, nombre_tabla2 TO nombre_nuevo_tabla2]
...
Comment

PREVIOUS NEXT
Code Example
Sql :: order by desc postgres 
Sql :: postgresql add leading zeros 
Sql :: datediff in sql server 
Sql :: Get the Db column names from a SqlDataReader 
Sql :: rename table column postgresql 
Sql :: How to drop a foreign key constraint in mysql ? 
Sql :: How to convert DateTime to VarChar SQL 
Sql :: date format in postgresql 
Sql :: create stored procedure 
Sql :: how to export only procedures mysql 
Sql :: oracle show procedures 
Sql :: not exists mysql 
Sql :: oracle first row 
Sql :: sql pagination oracle 
Sql :: mysql search table in all databases 
Sql :: check if sql is installed 
Sql :: mysql isnull 
Sql :: postgres : ERROR: division by zero 
Sql :: mysql show schema 
Sql :: spring data.sql table not found 
Sql :: postgresql combine values in one field 
Sql :: check if a column is a primary key in sql server 
Sql :: print integer and string in SQL 
Sql :: how to connect sql database in python 
Sql :: how to know the character set of an oracle databes 
Sql :: sql create database 
Sql :: failed to connect to mysql at localhost:3306 with user root 
Sql :: where with multiple conditions in mongodb 
Sql :: delete db postgres 
Sql :: insert snowflake 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =