SQL/MP is an SQL dialect used on proprietary HP NonStop SQL database systems which go back to the 1980ies... (Who has ever worked on a system that is as old as they are, huh? :))
SQL/MP is only somewhat ANSI compliant, for example CURRENT_DATE
does not exist. I have however a hard time figuring out what functions do exist that can help me to get the current date in my queries.
Can anyone help me with this dinosaur of an SQL language?