Questions tagged [sqlmp]

SQL/MP (Massively Parallel) is a second version of the Nonstop SQL that is a commercial RDBMS designed for fault tolerance and scalability.

SQL/MP is a second version of the Nonstop SQL that is a commercial relational database management system (RDBMS) designed for fault tolerance and scalability. Nonstop SQL is currently sold by Hewlett Packard.

See more:

2 questions
1
vote
2 answers

What is the SQL/MP equivalent of CURRENT_DATE?

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…
fgysin
  • 11,329
  • 13
  • 61
  • 94
0
votes
0 answers

Invalid timestamp received from non-stop SQL

I have a problem with the returned date from my database. I use an hp-nonstop SQL/mp database. My problem is that the time after the seconds isn't formatted correctly. However it is not that the date gets truncated after the milliseconds, there is…
J. Lev
  • 307
  • 3
  • 19