函式介紹
返回當前表或指定工作區表的別名。
語法
參數
如果省略參數 nWorkArea 或 cTableAlias,ALIAS( ) 函式將返回在當前工作區中打開的表的別名。如果當前或指定工作區沒有打開的表,則函式返回空字元串。
返回值類型
示例
open database (home( ) + 'samples\data\testdata')
use customer && 打開表 customer
clear
? alias( ) && 顯示別名
select 0
use customer again alias mycustomer && 不同的別名
? alias( ) && 顯示別名