-- SRC_TABLE 을 DST_TABLE 라는 새 테이블을 만들고 내용을 복사한다.
select * into DST_TABLE FROM SRC_TABLE
</code>
일부만 우선 보기
<code sql>
-- 걸리는 10개만 우선 보고 싶을때
select top 10 * from TABLE_NAME
</code>
select 실행 락걸리지 않게
<code>
-- TUser 와 TempUser? 에 같은 아이디를 갖고 있는 사람들의 e-m... ock)으로 락 걸리는 일이 안생기도록 한다.
-- 책의 예제에서 보고 따라 한거라서..
select TUser.userid, TUser.email, TempUser?.id
from TUse
TETIME
)
INSERT INTO TEMP_DATE (ID, INDATE )
SELECT '1', SYSDATE FROM OPENQUERY(ORACLE_LINK,'SELECT SYSDATE FROM DUAL')
SELECT * FROM TEMP_DATE
-- 날짜 08 22 2006 의 형식을 2006-08-22 00:00:00 으로 변경하기
SELECT @t_PLAN_STARTDATE = CAST(@Plan_StartDate AS DA
^ Mac ^
| Center selection | | Ctrl-L ... P | Ctrl-Shift-P |
==== Selection ====
^ Command ^ PC ^ Mac ^
| Select all | Ctrl-A | Command-A |
| Select to end | Ctrl-Shift-End | Command-Shift-
hools.com/css/]]
====== 구문 형식 ======
{{:css:css-selector.gif}}
====== 주석 ======
<code css>
/* ~ */
</... ite =====
===== Media Types =====
===== Attribute Selectors =====
class, id 외에도 **"html 엘리먼트" 의 속성**까지 포함... 한 일부분을 스타일 변경 키워드로 인식해서 사용할 수 있다.
==== Attribute Selector ====
title 이라는 속성을 가진 엘리먼트를 모두 스타일 적용 대상으로 본다.
| {{:language:css:css-advanced-attr-selector-1.png}} |
==== Attribute and Value Selector ==
ion** : 현재 마우스 위치를 중심으로 확대 축소
* **Rotate Around Selection** : 선택한 오브젝트를 중심으로 뷰포트 화면 회전
{{:tool:blender:... * **3D View** -> **3D View (Global)** -> **View Selected** 에 <key>Ctrl+.</key> 키를 할당
{{:tool:blender:bl... -> **3D View** -> **3D View (Global)** -> **View Selected** 에 단축키를 추가해서 씁니다. ([[tool:blender:0_overview#마... y>로 오브젝트 선택 | {{:tool:blender:blender_280beta_obj_select_001.gif}} |
| 마우스를 움직이며 무작위 이동 | {{:tool:blender:
ibrary/ms256086(VS.80).aspx|XPath예제]]
==== XPath Select ====
* SelectSingleNode : 선택 기준과 일치하는 첫번째 노드
* SelectNodes : 일치하는 노드들의 XmlNodeList를 리턴
네임스페이스를 포함할 수 있다(아래 예제처럼)라고 m... gr.AddNamespace("bk", "urn:newbooks-schema");
// Select and display the first node in which the author's
CreateFont();
hfntBold = MyCreateFont();
// Select the bold font and draw the first string
// begi...
XIncrement = 10;
YStart = 50;
hfntDefault = SelectObject(hdc, hfntBold);
hr = StringCchLength(lpszS... cs(hdc, &tm);
XIncrement -= tm.tmOverhang;
// Select an italic font and draw the second string
// be... at the point (XIncrement, YStart).
hfntBold = SelectObject(hdc, hfntItalic);
GetTextMetrics(hdc, &tm)
전환
====== Mirror ======
미러 선택
{{:tool:blender:select-mirror-mod-1.jpg}}
{{:tool:blender:modifier-mirr...
====== 에디터 모드의 툴바 ======
===== 선택 요소 제한 (Limit selection to visible) =====
보이는 것만 선택할지, 보이지 않는 부분도 같이... 는 정점을 선택할때 편리함.
{{:tool:blender:blender-editmode-selectall-1.jpg}}
===== Pivot 선택 =====
여러 부분을 선택했을때 어디를 중심으로 볼 것인지
{{:tool:blender:select-select-type-1.jpg}}
====== Edit 모드 단축키 ======
=
and the node next to Configuration Properties and select General. \\ In the right pane, under Project Defa... ion Properties, expand the node next to C/Cpp and select General. \\ Make sure that Debug Information Format is set to Program Database /Zi (not /ZI).
- Select the Code Generation node. \\ Set Enable Minimal R... s to Default.
- Under Configuration Properties, select C/Cpp and then Code Generation. Make sure that Ru
된다.
===== 권한의 종류와 레벨 =====
^ 명령어 ^ 대상 ^ 설명 ^
| SELECT | table,col | 선택만 |
| INSERT | table,col | 추가만 |
... ic123';
</code>
abc에게 필요한 권한 부여
<code sql>
grant select, insert, update, delete, index, alter, create, dr... ks.* from abc;
</code>
===== 웹을 위한 사용자 설정 =====
select, insert, delete, update 네가지면 기본은 충분하다,라고 한다.
<code sql>
grant select, insert, delete, update on SomeDB.* to {id} ident
f
End Sub
Sub InsertTMacro()
Dim selection As EnvDTE.TextSelection
Dim startPoint... Point
Dim commentStart As String
selection = DTE.ActiveDocument.Selection()
startPoint = selection.TopPoint.CreateEditPoint()
endPoint = selection.BottomPoint.C