This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:sql:functions:system_user [2009/12/05 00:46] tdo created |
dev:sql:functions:system_user [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| - | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| - | ====== Omnidex SQL Function: SYSTEM_USER ====== | ||
| {{page>:sql_bar&nofooter&noeditbtn}} | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| + | |||
| + | ====== Omnidex SQL Function: SYSTEM_USER ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| - | The SYSTEM_USER function returns a string containing the operating system login. The return data type is C STRING maximum length 255. | + | The SYSTEM_USER function returns the system login from the operating system. |
| + | |||
| + | This function returns an ANSI TIME datatype. | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | SYSTEM_USER | + | SYSTEM_USER |
| - | ===== Example ===== | + | |
| - | ==== Example 1 ==== | + | ===== Examples ===== |
| - | <code SQL> | + | ==== Example 1: Column ==== |
| - | select company, | + | <code> |
| - | system_user | + | > select system_user from $omnidex; |
| - | from customers where company='dynamic' | + | |
| + | SYSTEM_USER | ||
| + | ------------- | ||
| + | DOCUMENTATION | ||
| - | Dynamic Information Systems Corporation TDO | ||
| </code> | </code> | ||
| + | |||
| + | ====== Additional Resources ====== | ||
| + | |||
| + | See also: | ||
| + | {{page>dev:sql:functions:see_also_variables&nofooter&noeditbtn&noheader}} | ||
| + | |||
| {{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} | ||
| + | |||