database.sarang.net
UserID
Passwd
Database
DBMS
ㆍMySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
MySQL Q&A 7650 게시물 읽기
No. 7650
아래 쿼리 질문 다시올립니다.
작성자
초보자
작성일
2001-03-27 14:48
조회수
382

첨부 파일이 안대더라고요

 

그래서 이렇게 내용만 떠서 보내드립니다...

 

그럼 확인해주시고 답주세요..

 

아래 %김 , 김% , %김% 할때 query 이상하게 나온거입니다.

 

 

CREATE TABLE diary (

num int(7) DEFAULT '0' NOT NULL auto_increment,

title varchar(255) DEFAULT '' NOT NULL,

content text NOT NULL,

year int(4) DEFAULT '0' NOT NULL,

month tinyint(4) DEFAULT '0' NOT NULL,

day tinyint(4) DEFAULT '0' NOT NULL,

weather tinyint(4) DEFAULT '0' NOT NULL,

face tinyint(4) DEFAULT '0' NOT NULL,

wdate date DEFAULT '0000-00-00' NOT NULL,

id_fk varchar(20) DEFAULT '' NOT NULL,

temp varchar(50) DEFAULT '' NOT NULL,

st tinyint(4) DEFAULT '0' NOT NULL,

PRIMARY KEY (num)

);

 

#

# Dumping data for table 'diary'

#

 

 

#

# Table structure for table 'imagess'

#

CREATE TABLE imagess (

f_name varchar(10),

l_name varchar(10)

);

 

#

# Dumping data for table 'imagess'

#

 

 

#

# Table structure for table 'testone'

#

CREATE TABLE testone (

user varchar(20) DEFAULT '' NOT NULL,

hobby varchar(20),

region varchar(20),

name varchar(20),

PRIMARY KEY (user)

);

 

#

# Dumping data for table 'testone'

#

 

INSERT INTO testone VALUES ('baseball','게임','서울','최우원');

INSERT INTO testone VALUES ('sockr','축구','목포','심상민');

INSERT INTO testone VALUES ('ttt1234','야구','경기','신현동');

INSERT INTO testone VALUES ('swim','수영','경기','정종권');

INSERT INTO testone VALUES ('foot','족구','대구','이미정');

INSERT INTO testone VALUES ('pingp','탁구','대전','홍영자');

INSERT INTO testone VALUES ('music','음악','목포','윤대한');

INSERT INTO testone VALUES ('movie','영화','광주','권영주');

INSERT INTO testone VALUES ('drink','음주','서울','김영훈');

INSERT INTO testone VALUES ('mola','야구','서울','윤현식');

INSERT INTO testone VALUES ('toyou','수영','부산','오세홍');

INSERT INTO testone VALUES ('test02','게임','경기','홍길동');

INSERT INTO testone VALUES ('test03','독서','서울','임꺽정');

INSERT INTO testone VALUES ('test04','독서','광주','박찬호');

[Top]
No.
제목
작성자
작성일
조회
7653몇가지 질문..
mmmm
2001-03-27
346
7661┕>Re: 몇가지 질문..
허정수
2001-03-27 18:21:27
434
7652DB의 ID값을 시스템계정화시킬려면..어떻게..
정시기
2001-03-27
384
7660┕>Re: DB의 ID값을 시스템계정화시킬려면..어떻게..
허정수
2001-03-27 18:17:07
432
7651# SELECT에서 null 인것만 검색을 하려면/////
궁금이
2001-03-27
404
7654┕>Re: # SELECT에서 null 인것만 검색을 하려면/////
muze
2001-03-27 16:23:48
531
7650아래 쿼리 질문 다시올립니다.
초보자
2001-03-27
382
7665┕>Re: 아래 쿼리 질문 다시올립니다.
허정수
2001-03-27 18:39:31
441
7691 ┕>Re: Re: 아래 쿼리 질문 다시올립니다.
초보자
2001-03-28 11:40:43
428
7649# Native function 추가 방법
원태연
2001-03-27
502
7659┕>Re: # Native function 추가 방법
허정수
2001-03-27 18:13:42
661
7646UPDATE 구문에서 SELECT를 동시에...
muze
2001-03-27
573
7647┕>Re: UPDATE 구문에서 SELECT를 동시에...
윤용섭
2001-03-27 13:10:18
1094
7639excel에서....
영이
2001-03-27
481
7641┕>Re: excel에서....
허정수
2001-03-27 11:47:16
634
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.030초, 이곳 서비스는
	PostgreSQL v16.4로 자료를 관리합니다