VB SQLite 재미있는 쿼리문
페이지 정보
작성자
본문
SELECT * FROM fruit WHERE fruit MATCH '-apple'
SELECT * FROM fruit WHERE fruit.oid NOT IN (select oid from fruit where fruit MATCH 'apple')
select * from fruit except select * from fruit where fruit match 'apple';
댓글목록
등록된 댓글이 없습니다.