SQL/MX 3.2 Reference Manual (H06.25+, J06.14+)

SQL/MX Statements
HP NonStop SQL/MX Release 3.2 Reference Manual691117-001
2-171
Examples of DROP SQLMP ALIAS
This statement creates a mapping in the system metadata table:
CREATE SQLMP ALIAS mycatalog.myschema.mytable
$myvol.mysubvol.mytable;
This statement drops the mapping in the system metadata table:
DROP SQLMP ALIAS mycatalog.myschema.mytable;