Синтаксис
IN ( { Wert [,...] } | SELECT-команда
)
Описание:
WW IN ( значение [,...] ) указывает базе данных, что поле WW должно иметь одно из указанных значений.
Пример:
SELECT * FROM torder WHERE preis IN (100,200,300,400,500);
Здесь выбираются все строки таблицы torder, где поле preis имеет одно из значений 100, 200, 300, 400 или 500.
Copyright © 2009. This Object (page with whole content) is open source and can be modifyed and/or copyed unter der terms and conditions of the Universal General Public License (UGPL). This statement does not apply to the UGPL, the copyright statement of this site itself and the logo (top left image on each page). The logo image may be copyed with the page itself, but changing it is not allowed. All other rights on this image are reserved too.