SQL/MX 3.2.1 Reference Manual (H06.26+, J06.15+)
SQL/MX Statements
HP NonStop SQL/MX Release 3.2.1 Reference Manual—691117-005
2-188
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;










