Categories:

System functions (System Information)

SYSTEM$GDS_GET_AVAILABLE_LISTINGS

Returns the listings that are accessible from the current VPS account. Use the CALL to call this system stored procedure.

Arguments

None.

Returns

Returns the listings that you can access from your account.

Examples

SELECT * FROM TABLE(SYSTEM$GDS_GET_AVAILABLE_LISTINGS());
Copy