|
![]() |
#1 |
Участник
|
Цитата:
Сообщение от Владимир Максимов
![]() Из руководства разработчика Axapta по опции LIKE в версии 2.5
Returns true if expression1 is like expression2. like can use * as a wildcard for zero or more characters and ? as wildcard for one character. Note: As like is evaluated by the underlying SQL, the result may differ on different installations. ---- “Jones” like “Jo?es” true, the ? is equal to all characters “Central Intelligence Agency” like “Ce*” true, the * is equal to zero or more characters PS: т.е. полноценных регулярных выражений нет. Либо не определенное количество символов, либо один символ. Но любые символы. Без конкретизации.
__________________
Дмитрий |
|