SQUARE ROOT
All about SELECT_SQL | The Things that Make Up this Example | To Execute this Example | Forms/Components for this Example |
Function SET189L or form S_189FL
You can use mathematical functions such as square root to manipulate the retrieved data:
SELECT_SQL FIELDS(#SALARY (#MNTHSAL 'SQRT(SALARY)')) FROM_FILES((PSLMST))
You can use mathematical functions such as square root to manipulate the retrieved data:
SELECT_SQL FIELDS(#SALARY (#MNTHSAL 'SQRT(SALARY)')) FROM_FILES((PSLMST))
Type | Name | Code | Description |
Function | SET189L | SET189L | SELECT_SQL - SQRT (Square root) |
Form | S_189FL | S_189FL | SELECT_SQL - SQRT (Square root) |