|
[07/19/2007] Did you Know ? |
Iniciado por supportgratuit, 19,jul. 2007 19:07 - No hay respuesta |
| |
| | | |
|
| |
Publicado el 19,julio 2007 - 19:07 |
Hello,
WinDev, WebDev and WinDev Mobile provides SQL function overlapping.
The LEFT, RIGHT, MID, SUBSTRING, etc. functions can accept expressions instead of a string or numeric type value within the different parameters.
For example, to retrieve the domain name of an email address:
SUBSTRING(email, INSTR(email,'@')+1)
You will find all the details on these functions in WLanguage's online help in the "SQL, SQL Functions" section.
--- Best regards, The Free Technical Support |
| |
| |
| | | |
|
| | | | |
| | |
|