블로그
- 7일차(10월30일) PROCEDURE, 권한관리 test18 ( id VARCHAR2(10) --PK ,pw VARCHAR2(10)); ALTER TABLE test18 ADD CONSTRAINT test18_id_pk PRIMARY KEY (id); INSERT INTO test18(id, pw) VALUES ('test', '1234');INSERT INTO test18(id, pw) VALUES ('hong', '
- The 2011 Survey of Americans on HIV/AIDS Reported HIV testing rates are flat since 1997, including among some key groups at higher risk. Thirty years into the epidemic, there is a declining sense of national urgency and visibility of HIV/
- Riding the Russell Click for a larger image Chris explains: Resistance came into play at (1) in the Russell 2000 chart — Now the Russell is testing key support at (2).
- bypass_ujvc(Updatable Join View Check) update T1set c1 = ( select c2 from T2 where T2.key = T1.key )where exists ( select c2 from T2 where T2 .key = T1.key )위와 같은 쿼리는 풀려고 하면 NL로 시간 죽이기 딱 좋은 쿼리.
- MySQL 기본 구문 email VARCHAR(25), content text, wdate date, phome_number INT, ID NOT NULL AUTO_INCREMENT, PRIMARY KEY (ID) ) ----------------------------------------------------------------- 칼럼 입력하기 insert into test values
← 이전
7 페이지