Hello! Today I was a little bit surprised finding that simple subquery in SELECT clause doesn't work with 7.3.0.34 It returns the error "Subquery not allowed".
What I try to execute is: "SELECT ID,(SELECT SUM(PRICE) AS ALL_PRICES FROM MY_TABLE) FROM MY_TABLE" Any hints? Best regards Marcin Pytel _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
