User: Bgrenon

From Genesys Documentation
Revision as of 09:15, April 7, 2022 by WikiSysop (talk | contribs)
Jump to: navigation, search

No results

No results

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__Component`.`Name` AS `Component`,DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y') AS `ReleaseDateFormat`,MAX(PrivateEditionReleaseDate) AS `ReleaseDate`,`Version` AS `ReleaseNumber`,`ComponentId` AS `ComponentId` FROM `cargo__RNElements` LEFT OUTER JOIN `cargo__ComponentRN` ON ((`cargo__RNElements`.`Version`=`cargo__ComponentRN`.`ReleaseNumber`)) LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE `cargo__ComponentRN`.`_pageNamespace`="0" AND PrivateEditionReleaseDate IS NOT NULL AND `cargo__Component`.`IpName` IS NOT NULL GROUP BY `cargo__Component`.`Name` ORDER BY `cargo__Component`.`Name`,DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),MAX(PrivateEditionReleaseDate),`Version`,`ComponentId` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE `cargo__ComponentRN`.`_pageNamespace`="0' at line 1 (127.0.0.1)

Retrieved from "https://all.docs.genesys.com/User:Bgrenon (2024-05-04 15:07:20)"