Hello, Is there an equivalent for SQL Server Pivot in OrientDB SQL?
refer this link: https://technet.microsoft.com/en-us/library/ms177410(v=sql.105).aspx My requirement is to transform this Month Sales ------------------------ Jan 100 Feb 200 Mar 300 Apr 400 into below format Jan Feb Mar Apr ----------------------------- 100 200 300 400 thanks.. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
