메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

테스트: 두 판 사이의 차이

DB CAFE
새 문서: = 테스트 = == 글쓰기 ==
 
1번째 줄: 1번째 줄:
= 테스트 =
= 테스트 =
== 글쓰기 ==
== 글쓰기 ==
<source lang=sql>
select 1,2,3,4
from dual;
</source>
<source lang=sql>
select 1,2,3,4
from dual;
</source>
<source lang="php">
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;        // end of php code
?>
</source>

2024년 9월 29일 (일) 18:16 판

테스트

글쓰기

select 1,2,3,4
 from dual;
select 1,2,3,4
 from dual;
<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>