5 lines
181 B
MySQL
5 lines
181 B
MySQL
|
SELECT Value "Status(131)", Name
|
||
|
FROM AD_Ref_List WHERE AD_Reference_ID=131 ORDER BY 1;
|
||
|
SELECT Value "Action(135)", Name
|
||
|
FROM AD_Ref_List WHERE AD_Reference_ID=135 ORDER BY 1
|