반응형



허세질 작렬 - 책 사면 인증샷은 찍어 줘야지
반응형

'웹표준&CSS' 카테고리의 다른 글

padding  (0) 2011.05.28
display,float,clear  (0) 2011.05.28
css 에서 id ,class  (0) 2011.05.27
display:inline; display:block;  (0) 2011.05.27
ul  (0) 2011.05.27
반응형
(
(select a as a, b as b, c as c, 텍스트' as d from tableA where 조건)

UNION all

(select e as a, f as b, g as c,'텍스트' as d from tableB where 조건)
)order by a

UNION 사용시 필드 수 맞추기


iPhone 에서 작성된 글입니다.
반응형

'MYSQL' 카테고리의 다른 글

mysql custom 값으로 정렬하기  (0) 2020.04.06
group_concat  (0) 2012.02.05
mysql CONCAT  (0) 2011.05.22
반응형

<meta http-equiv='Content-Type' content='text/html; charset=캐릭터셋'>
<link rel='stylesheet' type='text/css' href='CSS파일위치>
반응형
반응형
switch(변수명){
case 값1:
명령문1;
break;
case 값2:
명령문2;
break;
.....
default:
명령문;
break;
}

반응형

'PHP' 카테고리의 다른 글

100일 뒤 날짜구하기, 특정 날짜 구하기  (0) 2023.11.19
Notice: Use of undefined constant 오류  (0) 2013.02.11
게시판  (0) 2010.10.26
사용자 정의 함수  (0) 2010.10.26
IF 문, FOR 문,WHILE 문  (0) 2010.10.26

+ Recent posts