select distinct uni.typdoc, sum(nbexplnum) as nbexplnum from (select distinct notices.typdoc, count(explnum_id) as nbexplnum from notices JOIN notices_categories on notcateg_notice=notice_id left join explnum on explnum_mimetype in () and explnum_notice = notice_id ,notice_statut where num_noeud=201120 and statut=id_notice_statut and ((notice_visible_opac=1 and notice_visible_opac_abon=0)) group by notices.typdoc union select distinct notices.typdoc, count(explnum_id) as nbexplnum from notices JOIN notices_categories on notcateg_notice=notice_id left join bulletins on bulletins.num_notice = notice_id and bulletins.num_notice != 0 left join explnum on explnum_mimetype in () and explnum_bulletin != 0 and explnum_bulletin = bulletin_id ,notice_statut where num_noeud=201120 and statut=id_notice_statut and ((notice_visible_opac=1 and notice_visible_opac_abon=0)) group by notices.typdoc) as uni group by uni.typdoc
select * from aut_link where (aut_link_from='2' and aut_link_from_num='201120') order by aut_link_type, aut_link_string_start_date, aut_link_string_end_date, aut_link_rank
Catégorie Programmation informatique
Documents disponibles dans cette catégorie (2)
Ajouter le résultat dans votre panier Faire une suggestion![]()
texte imprimé
Précision : un "hacker" n'est pas un vulgaire pirate informatique Un hacker est un "bricoleur de code". Son truc : plonger dans les entrailles de la machine. Bill Gates, Steve Jobs, Steve Wozniak, Mark Zuckerberg ont commencé leurs brillantes ca[...]![]()
texte imprimé
L'objectif de ce cours est d'introduire les 4 concepts de machine, d'information, d'algorithme et de langage qui sont au coeur de l'informatique, et de montrer comment ils fonctionnent ensemble. La première partie propose d'apprendre à écrire de[...]







