Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| sql:ddl [2021/02/16 12:27] – jmerari | sql:ddl [2021/05/04 17:56] (current) – [PostgreSQL] jmerari | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ==== Oracle ==== | ==== Oracle ==== | ||
| - | ===== Modify Table Structure | + | ===== Modify |
| ==== MySQL ==== | ==== MySQL ==== | ||
| ==== PostgreSQL ==== | ==== PostgreSQL ==== | ||
| + | < | ||
| + | alter table t_friend_relation rename column friend_ui to friend_uid; | ||
| + | </ | ||
| ==== MSSQL ==== | ==== MSSQL ==== | ||
| < | < | ||