티스토리 뷰
MySQL kio.comwlqw18xbq.ap-northeast-2.rds.amazonaws.com:3306 ssl kio SQL >
select * from topic;
+----+------------+-------------------+---------------------+--------+---------+
| id | title | description | created | author | profile |
+----+------------+-------------------+---------------------+--------+---------+
| 1 | MySQL | MySQL is... | 2018-01-01 12:10:11 | 1 | NULL |
| 2 | Oracle | Oracle is ... | 2018-01-03 13:01:10 | 1 | NULL |
| 3 | SQL Server | SQL Server is ... | 2018-01-20 11:01:10 | 2 | NULL |
| 4 | PostgreSQL | PostgreSQL is ... | 2018-01-23 01:03:03 | 3 | NULL |
| 5 | MongoDB | MongoDB is ... | 2018-01-30 12:31:03 | 1 | NULL |
+----+------------+-------------------+---------------------+--------+---------+
MySQL kio.comwlqw18xbq.ap-northeast-2.rds.amazonaws.com:3306 ssl kio SQL >
update topic set author='egoing' where id=1;
update topic set author='kio' where id=2;
update topic set author='kiostory' where id=3;
update topic set author='freebee' where id=4;
update topic set author='cookieg' where id=5;
MySQL kio.comwlqw18xbq.ap-northeast-2.rds.amazonaws.com:3306 ssl kio SQL >
select * from topic;
+----+------------+-------------------+---------------------+----------+---------+
| id | title | description | created | author | profile |
+----+------------+-------------------+---------------------+----------+---------+
| 1 | MySQL | MySQL is... | 2018-01-01 12:10:11 | egoing | NULL |
| 2 | Oracle | Oracle is ... | 2018-01-03 13:01:10 | kio | NULL |
| 3 | SQL Server | SQL Server is ... | 2018-01-20 11:01:10 | kiostory | NULL |
| 4 | PostgreSQL | PostgreSQL is ... | 2018-01-23 01:03:03 | freebee | NULL |
| 5 | MongoDB | MongoDB is ... | 2018-01-30 12:31:03 | cookieg | NULL |
+----+------------+-------------------+---------------------+----------+---------+
'IA > DB' 카테고리의 다른 글
| [mysql] timezone 변경 on RDS, AWS (0) | 2019.02.25 |
|---|---|
| [mysql] insert (0) | 2019.02.25 |
| [mysql] Alter table (0) | 2019.02.25 |
| [mysql] JOIN : Left (0) | 2019.01.01 |
| 함수 3 (NVL, NVL2, NULLIF, COALESCE DECODE, CASE) (0) | 2017.03.25 |
- Total
- Today
- Yesterday
- cloud-init
- oracle
- set()
- 대소문자
- exadata
- 차집합
- LIST
- 읽어오기
- fromkeys
- powercli
- storage
- 스토리지
- virt-sysprep
- vmware
- 부동없이
- vmware.powercli
- powershell
- sysprep
- 제곱
- 변수화
- EXA
- 3par
- Join
- dezoomify
- 정렬
- dp-2
- 배열
- 중복제거
- dp-1
- artandculture
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |