Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:sql:functions:current_user [2009/12/05 00:17]
tdo created
dev:sql:functions:current_user [2016/06/28 22:38]
Line 1: Line 1:
-{{page>:​top_add&​nofooter&​noeditbtn}} 
-<​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ 
-====== Omnidex SQL Function: CURRENT_USER ====== 
-{{page>:​sql_bar&​nofooter&​noeditbtn}} 
-===== Description ===== 
-The USER, CURRENT_USER,​ SESSION_USER functions return the current user of Omnidex as entered when first connected to the current open environment. If no user was entered, the user of "​DEFAULT"​ is returned. The return data type is a C STRING maximum length 32. 
-===== Syntax ===== 
-  CURRENT_USER 
-===== Example ===== 
-==== Example 1 ==== 
-<code SQL> 
-select company, current_user from customers where company='​dynamic'​ 
  
-Dynamic Information Systems Corporation,​ DEFAULT 
-... 
-</​code>​ 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
dev/sql/functions/current_user.txt ยท Last modified: 2016/06/28 22:38 (external edit)