[MSTR] ApplySimple Function

|
MSTR내에서 지원하는 Function이 없는 경우 ApplySimple을 이용하면 SQL구문을 직접 가져다 쓸 수 있습니다.

syntax : ApplySimple("SQL syntax",[col_nm])

The ApplySimple function is used to insert database-specific
functions and simple operators directly into SQL. It is used
with simple operators and functions. This is a single-value
function.

- From Official MSTR Function Document

And