Hi there, I have a software thats creates the sql statement on its own. But if i have two or more tables joint it sets the 'from' in (). for example: select table1.id, table1.name, table2.number from (table1 join table2 on blablablafdlg)
But if the 'from' part of the select-statement is in brackets, the sap-db can't execute the command. is there any way to replace these brackets server-side? or a way to make sapdb understand it? Thx Jens -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
