left join

{codecitation class="brush:sql" width="500px"}

SELECT `tbl_cours_info`.crs_nom as cours,
concat(`tbl_professeur`.`prof_nom`," ",`tbl_professeur`.`prof_prenom`)as prof,
`tbl_emploi_du_temps`.`empl_jours` as jours,
`tbl_emploi_du_temps`.`empl_heures_begin` as tbegin,
`tbl_emploi_du_temps`.`empl_heures_end` as tend
FROM `tbl_emploi_du_temps`
LEFT JOIN `tbl_cours_info` ON `tbl_emploi_du_temps`.`empl_cours_id` = `tbl_cours_info`.`crs_id`
LEFT JOIN `tbl_professeur` ON `tbl_emploi_du_temps`.`empl_prof_id`= `tbl_professeur`.`prof_id`
ORDER BY `tbl_emploi_du_temps`.`empl_jours` ASC

{/codecitation}

Last modified onSunday, 14 October 2012 04:07

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0008413936{main}( ).../index.php:0
20.09564718424Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09564718424Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.417712446392Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.418312470736Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.419212526064Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.419512554888require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.428312990296K2ControllerItem->execute( ).../k2.php:64
90.428312990296K2ControllerItem->display( ).../BaseController.php:710
100.437313715496K2ControllerItem->display( ).../item.php:78
110.437313715496K2ControllerItem->display( ).../controller.php:19
120.441214111864Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.443114132232K2ViewItem->display( ).../ViewController.php:102
140.531417037440K2ViewItem->display( ).../view.html.php:742
150.531417037440K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.535817217640include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in MYSQL
  • Read 1596 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0008413936{main}( ).../index.php:0
20.09564718424Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09564718424Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.417712446392Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.418312470736Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.419212526064Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.419512554888require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.428312990296K2ControllerItem->execute( ).../k2.php:64
90.428312990296K2ControllerItem->display( ).../BaseController.php:710
100.437313715496K2ControllerItem->display( ).../item.php:78
110.437313715496K2ControllerItem->display( ).../controller.php:19
120.441214111864Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.443114132232K2ViewItem->display( ).../ViewController.php:102
140.531417037440K2ViewItem->display( ).../view.html.php:742
150.531417037440K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.535817217640include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top