sql:ddl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sql:ddl [2021/02/16 12:27] jmerarisql:ddl [2021/05/04 17:56] (current) – [PostgreSQL] jmerari
Line 19: Line 19:
 ==== Oracle ==== ==== Oracle ====
  
-===== Modify Table Structure =====+===== Modify Existing Column in Existing Table =====
 ==== MySQL ==== ==== MySQL ====
 ==== PostgreSQL ==== ==== PostgreSQL ====
 +<code>
 +alter table t_friend_relation rename column friend_ui to friend_uid;
 +</code>
 ==== MSSQL ==== ==== MSSQL ====
 <code> <code>
  • sql/ddl.1613453266.txt.gz
  • Last modified: 2021/02/16 12:27
  • by jmerari