From fafb315eb6f9fd17050fada0c5fc2cabae29dd1b Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Mon, 15 Nov 2021 08:03:05 +0100 Subject: [PATCH] v20211114 --- api/bin/getDPS.sh | 21 + api/bin/getapidata.pl | 22 +- public_html/.htaccess | 6 +- public_html/index.php | 6 +- public_html/index2.php | 2 +- public_html/js/askprice.js | 46 +- public_html/js/shop.js | 2 + public_html/log/20211027_curl.log | 537 - public_html/log/20211101_curl.log | 87 - public_html/log/apireturn.log | 231 - .../mails/20211025175347_ksaffran@dks.lu.eml | 12 - .../mails/20211025175349_ksaffran@dks.lu.eml | 12 - .../mails/20211025175456_ksaffran@dks.lu.eml | 12 - .../mails/20211025175614_ksaffran@dks.lu.eml | 12 - .../mails/20211025175719_ksaffran@dks.lu.eml | 12 - .../mails/20211025175811_ksaffran@dks.lu.eml | 12 - .../mails/20211025175840_ksaffran@dks.lu.eml | 12 - .../mails/20211025180314_ksaffran@dks.lu.eml | 12 - .../mails/20211025180335_ksaffran@dks.lu.eml | 12 - .../mails/20211025181450_ksaffran@dks.lu.eml | 17 - .../mails/20211025182653_ksaffran@dks.lu.eml | 16 - .../mails/20211025182718_ksaffran@dks.lu.eml | 16 - .../mails/20211025182752_ksaffran@dks.lu.eml | 16 - .../mails/20211025182915_ksaffran@dks.lu.eml | 16 - .../mails/20211025182937_ksaffran@dks.lu.eml | 16 - .../mails/20211025183140_ksaffran@dks.lu.eml | 16 - ...20211101141651_team.qube@qube-group.eu.eml | 41 - public_html/log/page.log | 1183 -- public_html/log/sql.log | 16266 ---------------- public_html/pages/askprice.php | 18 +- public_html/pages/product.php | 6 +- public_html/shop/css/theme.css | 4 +- public_html/shop/lib/config copy.php | 53 + public_html/shop/lib/config.php | 25 +- public_html/shop/lib/email.php | 21 +- public_html/shop/lib/lang/de.php | 8 +- public_html/shop/lib/lang/en.php | 6 +- public_html/shop/lib/lang/fr.php | 8 +- public_html/shop/lib/modules/Api.php | 6 +- .../shop/lib/modules/ArticleGroups.php | 8 +- public_html/shop/lib/modules/Articles.php | 16 +- public_html/shop/lib/modules/Orders.php | 3 +- public_html/shop/lib/modules/Profile.php | 2 +- public_html/shop/lib/modules/Site.php | 6 +- public_html/shop/lib/modules/User.php | 2 +- .../mails/20210817084840_ksaffran@dks.lu.eml | 12 - .../mails/20210817085235_ksaffran@dks.lu.eml | 12 - .../mails/20210817085307_ksaffran@dks.lu.eml | 12 - .../mails/20210817085716_ksaffran@dks.lu.eml | 12 - public_html/shop/log/sql.log | 1810 ++ public_html/shop/tmpl/js/profile.js | 1 + public_html/shop/tmpl/js/shop.js | 11 +- public_html/testmail.php | 61 + 53 files changed, 2094 insertions(+), 18700 deletions(-) create mode 100644 api/bin/getDPS.sh delete mode 100644 public_html/log/20211027_curl.log delete mode 100644 public_html/log/20211101_curl.log delete mode 100644 public_html/log/apireturn.log delete mode 100644 public_html/log/mails/20211025175347_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025175349_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025175456_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025175614_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025175719_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025175811_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025175840_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025180314_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025180335_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025181450_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025182653_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025182718_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025182752_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025182915_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025182937_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211025183140_ksaffran@dks.lu.eml delete mode 100644 public_html/log/mails/20211101141651_team.qube@qube-group.eu.eml delete mode 100644 public_html/log/page.log delete mode 100644 public_html/log/sql.log create mode 100644 public_html/shop/lib/config copy.php delete mode 100644 public_html/shop/log/mails/20210817084840_ksaffran@dks.lu.eml delete mode 100644 public_html/shop/log/mails/20210817085235_ksaffran@dks.lu.eml delete mode 100644 public_html/shop/log/mails/20210817085307_ksaffran@dks.lu.eml delete mode 100644 public_html/shop/log/mails/20210817085716_ksaffran@dks.lu.eml create mode 100644 public_html/testmail.php diff --git a/api/bin/getDPS.sh b/api/bin/getDPS.sh new file mode 100644 index 0000000..faa80da --- /dev/null +++ b/api/bin/getDPS.sh @@ -0,0 +1,21 @@ +#!/bin/bash +CALLDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +BASEPATH=`dirname ${CALLDIR}` +TMPPATH=${BASEPATH}"/data/tmp" +curl -q -A "Qube Wiges SYNCTool" \ + -H "Authorization: Basic cG9pbnQ6cG9jbzk0MQ==" \ + --header "Content-Type: application/json" \ + --header "Wisol-Api-App-Key: l9345y3e-4b56-3fb4-91ca-404f62d52jfs" \ + --header "Wisol-Api-Device-Key: webdev" \ + --request POST \ + --data '{"where":{"firme":"1","document":"DPS"},"fields":["client","document","no_document","adresse_client","adresse_livraison","commentaire","date_document","utilisateur_modif","dateheure_creation","dateheure_modif"]}' \ + https://pointcomm.api.qube.wiges.lu/api/w_ventes/search > ${TMPPATH}"/tmpdps.json" && jq < ${TMPPATH}"/tmpdps.json" + + +num=`jq < ${TMPPATH}"/tmpdps.json"` + +for i in {0..$num} +do + +done + diff --git a/api/bin/getapidata.pl b/api/bin/getapidata.pl index 77006c7..7a7180d 100644 --- a/api/bin/getapidata.pl +++ b/api/bin/getapidata.pl @@ -233,6 +233,10 @@ if ($onlycopy == 0){ $api->getFiles('ole_article',$tmpdoc); $tmpdoc->{0}->{'code_document'} = 'art_fiche'; $api->getFiles('ole_article',$tmpdoc); + $tmpdoc->{0}->{'code_document'} = 'groupe'; + $api->getFiles('ole_article',$tmpdoc); + $tmpdoc->{0}->{'code_document'} = 'art_bim'; + $api->getFiles('ole_article',$tmpdoc); $steps = "articles,"; } if ($steps =~ /private_catalogue,/){ @@ -558,22 +562,25 @@ if ($onlyget == 0){ case when code_document in ('art_bro_pdf','art_brochure') then 'brochure' when code_document in ('art_fiche') then 'fiche' when code_document in ('art_video') then 'video' -when code_document in ('art_video') then 'bim' +when code_document in ('art_bim') then 'bim' when code_document in ('art_certific') then 'cert' +when code_document in ('groupe') then 'montage' else null end as folder, case when code_document in ('art_bro_pdf','art_brochure') then 'brochure' when code_document in ('art_fiche') then 'fichetechnique' when code_document in ('art_video') then 'videolink' -when code_document in ('art_video') then 'fichebim' -when code_document in ('art_certific') then 'certificat' +when code_document in ('art_bim') then 'fichebim' +when code_document in ('art_certific') then 'certificat' +when code_document in ('groupe') then 'noticemontage' else null end as tblcolumn, case when commentaire is not null then commentaire else concat(case when code_document in ('art_bro_pdf','art_brochure') then 'brochure' when code_document in ('art_fiche') then 'fiche' when code_document in ('art_video') then 'video' -when code_document in ('art_video') then 'bim' -when code_document in ('art_certific') then 'cert' +when code_document in ('art_bim') then 'bim' +when code_document in ('art_certific') then 'cert' +when code_document in ('groupe') then 'montage' else '' end ,'/',SUBSTRING_INDEX(nom_fichier, '/', -1)) end as tblvalue, code_document,commentaire,nom_fichier from wiges_ole_article where code_document!='art_image' and article LIKE '&%';"; my $filedata = $db->queryarray($sqlfiles); @@ -660,14 +667,16 @@ code_document,commentaire,nom_fichier from wiges_ole_article where code_document case when code_document in ('art_bro_pdf','art_brochure') then 'brochure' when code_document in ('art_fiche') then 'fiche' when code_document in ('art_video') then 'video' -when code_document in ('art_video') then 'bim' +when code_document in ('art_bim') then 'bim' when code_document in ('art_certific') then 'cert' +when code_document in ('groupe') then 'montage' else null end as folder, case when code_document in ('art_bro_pdf','art_brochure') then 'doc_bro' when code_document in ('art_fiche') then 'doc_ft' when code_document in ('art_video') then 'videolink' when code_document in ('art_bim') then 'doc_bim' when code_document in ('art_certific') then 'doc_cert' +when code_document in ('groupe') then 'doc_fm' else null end as tblcolumn, case when commentaire is not null and nom_fichier NOT LIKE '%.pdf' then commentaire else @@ -676,6 +685,7 @@ when code_document in ('art_fiche') then 'fiche' when code_document in ('art_video') then 'video' when code_document in ('art_bim') then 'bim' when code_document in ('art_certific') then 'cert' +when code_document in ('groupe') then 'montage' else '' end ,'/',SUBSTRING_INDEX(nom_fichier, '/', -1)) end as tblvalue, code_document,commentaire,nom_fichier from wiges_ole_article where code_document!='art_image' and article NOT LIKE '&%';"; my $filedata = $db->queryarray($sqlfiles); diff --git a/public_html/.htaccess b/public_html/.htaccess index 76067db..b38adae 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -1,9 +1,9 @@ #FcgidWrapper "/home/httpd/cgi-bin/php74-fcgi-starter.fcgi" .php Options +FollowSymLinks -php_flag display_startup_errors off -php_flag display_errors off -php_flag html_errors off +php_flag display_startup_errors on +php_flag display_errors on +php_flag html_errors on php_value post_max_size 128M php_value upload_max_filesize 128M diff --git a/public_html/index.php b/public_html/index.php index c16fa32..8373e82 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -11,7 +11,7 @@ $site = new Site($db,$cfg); #file_put_contents("log/page.log","REQ".$_SERVER['REQUEST_URI']."\n",FILE_APPEND); $requri = $_SERVER['REQUEST_URI']; $requri = substr($requri,strlen($cfg["basepath"])); -$empfaenger = "team.qube@qube-group.eu"; +//$empfaenger = "team.qube@qube-group.eu"; // $website = "https://www.qube-concretec.eu"; // $path = "https://www.qube-concretec.eu/"; @@ -277,13 +277,13 @@ if (file_exists("shop/lib/lang/".$lang.".php")){
$cat "); if (file_exists('pages/'.$page.'.php')){ include('pages/'.$page.'.php'); } else { - file_put_contents("log/page.log","Page not found pages/".$page."\n",FILE_APPEND); + //file_put_contents("log/page.log","Page not found pages/".$page."\n",FILE_APPEND); // error_log("Page pages/$page.php does not exist! "); include('pages/default.php'); } diff --git a/public_html/index2.php b/public_html/index2.php index 0bf7162..44fb514 100644 --- a/public_html/index2.php +++ b/public_html/index2.php @@ -8,7 +8,7 @@ $site = new Site($db,$cfg); #file_put_contents("log/page.log","REQ".$_SERVER['REQUEST_URI']."\n",FILE_APPEND); $requri = $_SERVER['REQUEST_URI']; $requri = substr($requri,strlen($cfg["basepath"])); -$empfaenger = "team.qube@qube-group.eu"; +//$empfaenger = "team.qube@qube-group.eu"; // $website = "https://www.qube-concretec.eu"; // $path = "https://www.qube-concretec.eu/"; diff --git a/public_html/js/askprice.js b/public_html/js/askprice.js index 91dab23..5c65ddb 100644 --- a/public_html/js/askprice.js +++ b/public_html/js/askprice.js @@ -4,6 +4,7 @@ let publicaskprice = { postData({"ac":"getOrderItems","id_user":mysite.iduser,"type":"askprice","lang":preferences.lang}).then(ogrps => { //console.log("ordergroups",ogrps.data); this.setTable(ogrps.data); + //document.getElementById("infomsg").innerHTML =''; // document.getElementById("infomsg").innerHTML ='
'; //myapp.viewpanel(otype); }); @@ -14,16 +15,29 @@ let publicaskprice = { if (!bs){ return false; } + let flds = document.getElementsByClassName("data_askprice"); + for (var f=0;f<=flds.length;f++){ + //console.log(flds[f]); + if (flds[f] && flds[f].id){ + console.log(flds[f].id); + fvalue = localStorage.getItem(flds[f].id); + if (fvalue){ + document.getElementById(flds[f].id).value = fvalue; + } + } + + } + bs.innerHTML =''; //orders.basketitems = 0; //console.log(odata); for (var g in odata){ let stf= shop.getCounterfield([odata[g].c01_label,odata[g].c02_label,odata[g].c03_label,odata[g].c04_label,odata[g].c05_label],odata[g]['articles'][0].unite_quantite); - console.log(stf); + //console.log(stf); var bsr = '
'; bsr += '

'+ odata[g].titre+'

'; - bsr += '
'; + bsr += '
'; bsr += '
'+odata[g]['titre']+ '
'; bsr += '
 
'; bsr += '
 
'; @@ -141,7 +155,7 @@ let publicaskprice = { }, sendOrder: function(){ if (publicaskprice.itemscount == "0"){ - document.getElementById("infomsg").innerHTML = '
Vous devez choisir des produits pour envoyer une demande!
'; + document.getElementById("infomsg").innerHTML = '
'+lbl.nobasketproduct+'
'; return false; } let frm = document.getElementById("frm_askprice"); @@ -150,42 +164,46 @@ let publicaskprice = { for (var i = 0; i < frm.elements.length; i++) { let field = frm.elements[i]; if ((field.tagName == "INPUT" || field.tagName == "SELECT" || field.tagName == "TEXTAREA") && (field.id)){ - if ((field.id != "message") && ((field.value == "") || (field.value == null))){ + if ((field.id != "askprice_message") && ((field.value == "") || (field.value == null))){ document.getElementById(field.id).setAttribute("style","border: 1px solid red!important;"); - // field.style.borderColor = "red"; breakSend = true; - //console.log("set break",field.id,breakSend); }else { document.getElementById(field.id).setAttribute("style","border: 1px solid #ccc!important;"); } - flds[field.dataset.table][field.dataset.column] = field.value; } } if (breakSend == true){ - document.getElementById("infomsg").innerHTML = '
Il manque encore des données dans le formulaire!
'; + document.getElementById("infomsg").innerHTML = '
'+lbl.missingdata+'
'; return false; } else { document.getElementById("infomsg").innerHTML = ''; } //console.log("frmdata",flds); - //console.log("barts",barts); - document.getElementById("infomsg").innerHTML ='
'; - postData({"ac":"sendAskPrice","id_user":mysite.iduser,"data":flds['askprice'],"type":'askprice'}).then(data => { - document.getElementById("infomsg").innerHTML = '
merci, La demande demande de prix à été envoyée!
'; + //console.log("askpricefields",flds); + document.getElementById("infomsg").innerHTML ='
'+ lbl.sendinprogress+'
'; + postData({"ac":"sendAskPrice","id_user":mysite.iduser,"data":flds['askprice']}).then(data => { + //console.log("After Update on Wiges",data); + document.getElementById("infomsg").innerHTML = '
'+lbl.datasended+'
'; this.loadTable(); //setTimeout("location.href='https://www.qube-concretec.eu/product/3/fr';",1000); - }).catch(e => { document.getElementById("infomsg").innerHTML = '';}); + }).catch(e => { + document.getElementById("infomsg").innerHTML = '
'+lbl.datasended+'
'; + this.loadTable(); + }); return false; }, - articlecomment(obj){ + articlecomment: function(obj){ postData({"ac":"setArticleComment","id_user":mysite.iduser,"article":obj.dataset.article,"comment":obj.value}).then(data => { }); return false; + }, + setFormValue: function(obj){ + localStorage.setItem(obj.id,obj.value); } } \ No newline at end of file diff --git a/public_html/js/shop.js b/public_html/js/shop.js index 1dd7fa6..a737263 100644 --- a/public_html/js/shop.js +++ b/public_html/js/shop.js @@ -77,6 +77,8 @@ let shop = { strartgrp += ((grpdata.brochure != null)?'':''); strartgrp += ((grpdata.fichetechnique != null)?'':''); strartgrp += ((grpdata.noticemontage != null)?'':''); + strartgrp += ((grpdata.fichebim != null)?'':''); + strartgrp += ((grpdata.certificat != null)?'':''); strartgrp += ((grpdata.videolink != null)?'':''); strartgrp += '
'+ '
'+ '
'; //hide-large diff --git a/public_html/log/20211027_curl.log b/public_html/log/20211027_curl.log deleted file mode 100644 index 0d0001e..0000000 --- a/public_html/log/20211027_curl.log +++ /dev/null @@ -1,537 +0,0 @@ -send Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => test -1, rue test -t-0000 Test - [adresse_livraison] => Test TEst\n01234567\ntest@test.com - [commentaire] => sdasd -) - -send newdata: -Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => test -1, rue test -t-0000 Test - [adresse_livraison] => Test TEst\n01234567\ntest@test.com - [commentaire] => sdasd - [firme] => 1 -) - ---- -{"document":"DPS","client":"10000","adresse_client":"test\n1, rue test\nt-0000 Test","adresse_livraison":"Test TEst\\n01234567\\ntest@test.com","commentaire":"sdasd","firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => TEst -1, rue test -x-0000 test - [adresse_livraison] => Test\n0123456\ntest@test.com - [commentaire] => wewe -) - -send newdata: -Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => TEst -1, rue test -x-0000 test - [adresse_livraison] => Test\n0123456\ntest@test.com - [commentaire] => wewe - [firme] => 1 -) - ---- -{"document":"DPS","client":"10000","adresse_client":"TEst\n1, rue test\nx-0000 test","adresse_livraison":"Test\\n0123456\\ntest@test.com","commentaire":"wewe","firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => TEst -8, rue test -t-0000 TEst - [adresse_livraison] => test\n0123446\ntest@tets.com - [commentaire] => Dgfsd -) - -send newdata: -Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => TEst -8, rue test -t-0000 TEst - [adresse_livraison] => test\n0123446\ntest@tets.com - [commentaire] => Dgfsd - [firme] => 1 -) - ---- -{"document":"DPS","client":"10000","adresse_client":"TEst\n8, rue test\nt-0000 TEst","adresse_livraison":"test\\n0123446\\ntest@tets.com","commentaire":"Dgfsd","firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => Test -0,rue x -t-000 test - [adresse_livraison] => uwrw iwzhi\n01246\nt@t.com - [commentaire] => dfg -) - -send newdata: -Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => Test -0,rue x -t-000 test - [adresse_livraison] => uwrw iwzhi\n01246\nt@t.com - [commentaire] => dfg - [firme] => 1 -) - ---- -{"document":"DPS","client":"10000","adresse_client":"Test\n0,rue x\nt-000 test","adresse_livraison":"uwrw iwzhi\\n01246\\nt@t.com","commentaire":"dfg","firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":null,"commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - diff --git a/public_html/log/20211101_curl.log b/public_html/log/20211101_curl.log deleted file mode 100644 index 196add4..0000000 --- a/public_html/log/20211101_curl.log +++ /dev/null @@ -1,87 +0,0 @@ -send Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => - -- - [adresse_livraison] => \n\n - [commentaire] => -) - -send newdata: -Array -( - [document] => DPS - [client] => 10000 - [adresse_client] => - -- - [adresse_livraison] => \n\n - [commentaire] => - [firme] => 1 -) - ---- -{"document":"DPS","client":"10000","adresse_client":"\n\n- ","adresse_livraison":"\\n\\n","commentaire":"","firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => SPF-C-16060-1200 - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => SPF-C-16060-1200 - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":"SPF-C-16060-1200","commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - -send Array -( - [document] => DPS - [no_document] => - [article] => SPF-C-17040-1125 - [commentaire_pos] => -) - -send newdata: -Array -( - [document] => DPS - [no_document] => - [article] => SPF-C-17040-1125 - [commentaire_pos] => - [firme] => 1 -) - ---- -{"document":"DPS","no_document":null,"article":"SPF-C-17040-1125","commentaire_pos":null,"firme":"1"}get: -403 Forbidden - -

403 Forbidden

-
nginx/1.10.3 (Ubuntu)
- - - diff --git a/public_html/log/apireturn.log b/public_html/log/apireturn.log deleted file mode 100644 index 2e0170b..0000000 --- a/public_html/log/apireturn.log +++ /dev/null @@ -1,231 +0,0 @@ -i:0Array -( - [id] => bf23a8ab-4f26-4b98-95f5-60d39c7f092c - [article_group] => &SDR-M-DS - [titre_fr] => Joint mousse étanche | DS - [article] => SDR-M-DS203602 - [comment] => -) - -in:-:--:--:- -ret: -i:1Array -( - [id] => 2e957313-0f2f-46dd-a944-d3569fea14fe - [article_group] => &SDR-M-DS - [titre_fr] => Joint mousse étanche | DS - [article] => SDR-M-DS204005 - [comment] => -) - -in:-:--:--:- -ret: -i:2Array -( - [id] => 24d6f444-0931-4194-8421-8c9828962b7e - [article_group] => &SDR-M-DS - [titre_fr] => Joint mousse étanche | DS - [article] => SDR-M-DS204006 - [comment] => -) - -in:-:--:--:- -ret: -i:3Array -( - [id] => 933d2026-377c-4ce7-bd5d-43a6cb56dc54 - [article_group] => &SDR-M-DS - [titre_fr] => Joint mousse étanche | DS - [article] => SDR-M-DS204204 - [comment] => -) - -in:-:--:--:- -ret: -i:4Array -( - [id] => f9d92657-cdcd-4e3f-9ebf-bbf320a30fce - [article_group] => &SDR-M-DS - [titre_fr] => Joint mousse étanche | DS - [article] => SDR-M-DS253902 - [comment] => -) - -in:-:--:--:- -ret: -i:0Array -( - [id] => bbae69f7-e7c1-4f10-a1f9-30d08934ebd2 - [article_group] => &AWR-KG2/RP-RD - [titre_fr] => Passage étange | KG2000 - [article] => AWR-KG2/RP125-0500RD - [comment] => -) - -ndoc: -in:-:--:--:- -ret: -i:1Array -( - [id] => 2656748d-8a29-49b1-b422-c3071d72f7ce - [article_group] => &AWR-KG2/RP-RD - [titre_fr] => Passage étange | KG2000 - [article] => AWR-KG2/RP200-0500RD - [comment] => -) - -ndoc: -in:-:--:--:- -ret: -i:2Array -( - [id] => 5a456f19-dc41-42a0-958d-bb6d6243fd4c - [article_group] => &INJ-BOX - [titre_fr] => Boitier réservation | Box - [article] => INJ-BOX - [comment] => fh -) - -ndoc: -in:-:--:--:- -ret: -i:3Array -( - [id] => c02ba958-64b8-4f92-8fee-b0ff5ca7260c - [article_group] => &INJ-NAPA - [titre_fr] => Attache-araignée | Napa - [article] => INJ-NAPA-2 - [comment] => sd -) - -ndoc: -in:-:--:--:- -ret: -i:0 -ndoc: -i:0Array -( - [id] => bb71b0da-b057-4642-b50b-c6bbd42e5830 - [article_group] => &ARV-CTC - [titre_fr] => Raccord tuyau en grès | CTC - 2A - [article] => ARV-CTC-175190-11006 - [comment] => dsf -) - -ndoc: -in:-:--:--:- -ret: -i:1 -ndoc: -i:1Array -( - [id] => b15e6eb8-1a75-4fe0-a7d1-97cb6286eef6 - [article_group] => &ARV-CTC - [titre_fr] => Raccord tuyau en grès | CTC - 2A - [article] => ARV-CTC-290305-16506 - [comment] => sdf -) - -ndoc: -in:-:--:--:- -ret: -i:2 -ndoc: -i:2Array -( - [id] => be43e428-1d7e-4642-860c-f48f554609fb - [article_group] => &ARV-CTC - [titre_fr] => Raccord tuyau en grès | CTC - 2A - [article] => ARV-CTC-310325-16506 - [comment] => dsf -) - -ndoc: -in:-:--:--:- -ret: -i:3 -ndoc: -i:3Array -( - [id] => 0c1b4945-2c2a-47d2-8e78-9ae656b34e52 - [article_group] => &WDF-SR1 - [titre_fr] => Flasque étanche | SanRing - [article] => WDF-SR1/150-AL - [comment] => df -) - -ndoc: -in:-:--:--:- -ret: -i:0 -ndoc: -i:0Array -( - [id] => 1313180e-920d-4724-ac57-8bbcfca8fdde - [article_group] => &MUB-1966 - [titre_fr] => Passerelle | Bois - [article] => MUB-19660 - [comment] => df -) - -ndoc: -in:-:--:--:- -ret: -i:1 -ndoc: -i:1Array -( - [id] => be5fa899-9162-467c-8153-74fadc3a1316 - [article_group] => &MUB-1966 - [titre_fr] => Passerelle | Bois - [article] => MUB-19800 - [comment] => ss -) - -ndoc: -in:-:--:--:- -ret: -Array -( - [0] => Array - ( - [id] => c7d5b2fd-ccf1-491f-adbc-5001e36d0f76 - [article_group] => &SPF-C - [titre_fr] => Elément de coffrage | Car - [article] => SPF-C-16060-1200 - [comment] => - ) - - [1] => Array - ( - [id] => 018ab9b1-7ccb-4744-b885-ffb550667ec3 - [article_group] => &SPF-C - [titre_fr] => Elément de coffrage | Car - [article] => SPF-C-17040-1125 - [comment] => - ) - -) - -i:0->->ndoc: -i:0->Array -( - [id] => c7d5b2fd-ccf1-491f-adbc-5001e36d0f76 - [article_group] => &SPF-C - [titre_fr] => Elément de coffrage | Car - [article] => SPF-C-16060-1200 - [comment] => -) - - -i:1->->ndoc: -i:1->Array -( - [id] => 018ab9b1-7ccb-4744-b885-ffb550667ec3 - [article_group] => &SPF-C - [titre_fr] => Elément de coffrage | Car - [article] => SPF-C-17040-1125 - [comment] => -) - - diff --git a/public_html/log/mails/20211025175347_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175347_ksaffran@dks.lu.eml deleted file mode 100644 index fdcb9c3..0000000 --- a/public_html/log/mails/20211025175347_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:53:47 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprise
Adresse4, rue Principale
3770 Tétange
L
ContactKilian Saffran
Téléphone+352 123456789
E-Mailksaffran@dks.lu
Message
;

Produits

diff --git a/public_html/log/mails/20211025175349_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175349_ksaffran@dks.lu.eml deleted file mode 100644 index 28a3f39..0000000 --- a/public_html/log/mails/20211025175349_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:53:49 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: <9dwMflWRV6XbB4C9Ws0S2G4EX672jxsfa5KGjXlmY@localhost> -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprise
Adresse4, rue Principale
3770 Tétange
L
ContactKilian Saffran
Téléphone+352 123456789
E-Mailksaffran@dks.lu
Message
;

Produits

diff --git a/public_html/log/mails/20211025175456_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175456_ksaffran@dks.lu.eml deleted file mode 100644 index e5fb2ff..0000000 --- a/public_html/log/mails/20211025175456_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:54:56 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprise
Adressedrgtf
tfgh fthfgh
fgh
Contactfgjghj
Téléphonegjdg
E-Mailgfjghj
Message
;

Produits

diff --git a/public_html/log/mails/20211025175614_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175614_ksaffran@dks.lu.eml deleted file mode 100644 index d62617c..0000000 --- a/public_html/log/mails/20211025175614_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:56:14 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprise
Adressegfhfgy
fgh hfgh
fgh
Contactfghfgh
Téléphonefgh
E-Mailfgxgfj
Message
;

Produits

diff --git a/public_html/log/mails/20211025175719_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175719_ksaffran@dks.lu.eml deleted file mode 100644 index c539b4e..0000000 --- a/public_html/log/mails/20211025175719_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:57:19 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprise
Adressegfhfgy
fgh hfgh
fgh
Contactfghfgh
Téléphonefgh
E-Mailfgxgfj
Message
;

Produits

diff --git a/public_html/log/mails/20211025175811_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175811_ksaffran@dks.lu.eml deleted file mode 100644 index c097887..0000000 --- a/public_html/log/mails/20211025175811_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:58:11 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprise
Adressegfhfgy
fgh hfgh
fgh
Contactfghfgh
Téléphonefgh
E-Mailfgxgfj
Message
;

Produits

diff --git a/public_html/log/mails/20211025175840_ksaffran@dks.lu.eml b/public_html/log/mails/20211025175840_ksaffran@dks.lu.eml deleted file mode 100644 index b608e8e..0000000 --- a/public_html/log/mails/20211025175840_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 17:58:40 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisesfcdsf
Adressegfhfgy
fgh hfgh
fgh
Contactfghfgh
Téléphonefgh
E-Mailfgxgfj
Message
;

Produits

diff --git a/public_html/log/mails/20211025180314_ksaffran@dks.lu.eml b/public_html/log/mails/20211025180314_ksaffran@dks.lu.eml deleted file mode 100644 index 8a5b7ab..0000000 --- a/public_html/log/mails/20211025180314_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 18:03:14 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: <9AD0aDN1snFZD97T7rrSLAE83uoGnqkbqLRau1wmhw@localhost> -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisesdgdg
Adressedfgdfh
fghfg hfghfghfg
hfh
Contactfhfhfg
Téléphonefghfgj
E-Mailfgjhfhsdrz4646457rthbhfg
Message
;

Produits

diff --git a/public_html/log/mails/20211025180335_ksaffran@dks.lu.eml b/public_html/log/mails/20211025180335_ksaffran@dks.lu.eml deleted file mode 100644 index a53ce98..0000000 --- a/public_html/log/mails/20211025180335_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 25 Oct 2021 18:03:35 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisesdgdg
Adressedfgdfh
fghfg hfghfghfg
hfh
Contactfhfhfg
Téléphonefghfgj
E-Mailfgjhfhsdrz4646457rthbhfg
Message
;

Produits

diff --git a/public_html/log/mails/20211025181450_ksaffran@dks.lu.eml b/public_html/log/mails/20211025181450_ksaffran@dks.lu.eml deleted file mode 100644 index 6aa0d2f..0000000 --- a/public_html/log/mails/20211025181450_ksaffran@dks.lu.eml +++ /dev/null @@ -1,17 +0,0 @@ -Date: Mon, 25 Oct 2021 18:14:50 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisesdgdg
Adressedfgdfh
fghfg hfghfghfg
hfh
Contactfhfhfg
Téléphonefghfgj
E-Mailfgjhfhsdrz4646457rthbhfg
Messagebfghgfjgzhj -gfj -gfj -gfj -gjdfpüdlgdrt -ptrthh¨ügfjh¨ügjöghm
;

Produits

diff --git a/public_html/log/mails/20211025182653_ksaffran@dks.lu.eml b/public_html/log/mails/20211025182653_ksaffran@dks.lu.eml deleted file mode 100644 index f39ae95..0000000 --- a/public_html/log/mails/20211025182653_ksaffran@dks.lu.eml +++ /dev/null @@ -1,16 +0,0 @@ -Date: Mon, 25 Oct 2021 18:26:53 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS XX -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisexfbdfg
Adressedhgdfh
dfh dfhdfh
dfh
Contactdfhdf
Téléphonefgjghj
E-Mailfgjghj
Messagegfjgzj -dgkl - -fhfg -dfhfgh
;

Produits

diff --git a/public_html/log/mails/20211025182718_ksaffran@dks.lu.eml b/public_html/log/mails/20211025182718_ksaffran@dks.lu.eml deleted file mode 100644 index 5db8b49..0000000 --- a/public_html/log/mails/20211025182718_ksaffran@dks.lu.eml +++ /dev/null @@ -1,16 +0,0 @@ -Date: Mon, 25 Oct 2021 18:27:18 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS XX -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisexfbdfg
Adressedhgdfh
dfh dfhdfh
dfh
Contactdfhdf
Téléphonefgjghj
E-Mailfgjghj
Messagegfjgzj -dgkl - -fhfg -dfhfgh
;

Produits

diff --git a/public_html/log/mails/20211025182752_ksaffran@dks.lu.eml b/public_html/log/mails/20211025182752_ksaffran@dks.lu.eml deleted file mode 100644 index 15c1b63..0000000 --- a/public_html/log/mails/20211025182752_ksaffran@dks.lu.eml +++ /dev/null @@ -1,16 +0,0 @@ -Date: Mon, 25 Oct 2021 18:27:52 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS XX -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisexfbdfg
Adressedhgdfh
dfh dfhdfh
dfh
Contactdfhdf
Téléphonefgjghj
E-Mailfgjghj
Messagegfjgzj -dgkl - -fhfg -dfhfgh
;

Produits

diff --git a/public_html/log/mails/20211025182915_ksaffran@dks.lu.eml b/public_html/log/mails/20211025182915_ksaffran@dks.lu.eml deleted file mode 100644 index 9734139..0000000 --- a/public_html/log/mails/20211025182915_ksaffran@dks.lu.eml +++ /dev/null @@ -1,16 +0,0 @@ -Date: Mon, 25 Oct 2021 18:29:15 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS XX -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisexfbdfg
Adressedhgdfh
dfh dfhdfh
dfh
Contactdfhdf
Téléphonefgjghj
E-Mailfgjghj
Messagegfjgzj -dgkl - -fhfg -dfhfgh
;

Produits

diff --git a/public_html/log/mails/20211025182937_ksaffran@dks.lu.eml b/public_html/log/mails/20211025182937_ksaffran@dks.lu.eml deleted file mode 100644 index 73a6b3c..0000000 --- a/public_html/log/mails/20211025182937_ksaffran@dks.lu.eml +++ /dev/null @@ -1,16 +0,0 @@ -Date: Mon, 25 Oct 2021 18:29:37 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS XX -Message-ID: <8U9QTTUlcQS8FiDf9iMdXYDpRvDTrIIDMgosZ6ZdA9s@localhost> -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisexfbdfg
Adressedhgdfh
dfh dfhdfh
dfh
Contactdfhdf
Téléphonefgjghj
E-Mailfgjghj
Messagegfjgzj -dgkl - -fhfg -dfhfgh
;

Produits

diff --git a/public_html/log/mails/20211025183140_ksaffran@dks.lu.eml b/public_html/log/mails/20211025183140_ksaffran@dks.lu.eml deleted file mode 100644 index 95d36ed..0000000 --- a/public_html/log/mails/20211025183140_ksaffran@dks.lu.eml +++ /dev/null @@ -1,16 +0,0 @@ -Date: Mon, 25 Oct 2021 18:31:40 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Qube-Shop Public - Demande de Prix - Document RSS XX -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour,
une nouvelle Demande de prix et à été chargé en Wiges:

Entreprisexfbdfg
Adressedhgdfh
dfh dfhdfh
dfh
Contactdfhdf
Téléphonefgjghj
E-Mailfgjghj
Messagegfjgzj -dgkl - -fhfg -dfhfgh
;

Produits

diff --git a/public_html/log/mails/20211101141651_team.qube@qube-group.eu.eml b/public_html/log/mails/20211101141651_team.qube@qube-group.eu.eml deleted file mode 100644 index 63062a3..0000000 --- a/public_html/log/mails/20211101141651_team.qube@qube-group.eu.eml +++ /dev/null @@ -1,41 +0,0 @@ -Date: Mon, 1 Nov 2021 14:16:51 +0100 -To: team.qube@qube-group.eu -From: newsletter@qube-concretec.eu -Subject: Demande de Prix via Site - Document No -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: multipart/alternative; - boundary="b1_aAsv5aljceIna3dk0w0ytxsh8oX01iQOCAMI9hhHUbI" -Content-Transfer-Encoding: 8bit - -This is a multi-part message in MIME format. - ---b1_aAsv5aljceIna3dk0w0ytxsh8oX01iQOCAMI9hhHUbI -Content-Type: text/plain; charset=us-ascii - -Nouvelle Demande de Prix via Site! - - Document no: - -- - - -- - -- - \n\n - -- - Commentaire: - -- - Articles: - SPF-C-16060-1200 -SPF-C-17040-1125 - - - ---b1_aAsv5aljceIna3dk0w0ytxsh8oX01iQOCAMI9hhHUbI -Content-Type: text/html; charset=us-ascii - -Nouvelle Demande de Prix via Site!

Document no:
--


-
--
\n\n
--
Commentaire:
--
Articles:
SPF-C-16060-1200
SPF-C-17040-1125

- - ---b1_aAsv5aljceIna3dk0w0ytxsh8oX01iQOCAMI9hhHUbI-- diff --git a/public_html/log/page.log b/public_html/log/page.log deleted file mode 100644 index 51d4103..0000000 --- a/public_html/log/page.log +++ /dev/null @@ -1,1183 +0,0 @@ -REQ/qube/ -SPL Array -( - [0] => -) - -home -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -askprice -product -product -product -product -product -product -product -product -product -home -home -product -product -product -product -product - -Page not found pages/ -data -Page not found pages/data -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -about -product -nouveautes -projects -home -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -about -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -about -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -home -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -projects -home -home -home -home - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ - -Page not found pages/ -about -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -about -product -nouveautes -nouveautes -projects -contact -about -home -product -nouveautes -projects -contact -nouveautes -product -about -home -about -product -nouveautes -projects -contact -projects -project -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -askprice -product -product -product -product -product -product -product -product -product -askprice -askprice -product -product -product -product -product -product -askprice -askprice -product -product -product -product -projects -nouveautes -askprice -home -product -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -product -nouveautes -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -nouveautes -product -askprice -askprice -askprice -askprice -askprice -askprice -askprice -askprice -product -product -product -askprice -home -vendor -Page not found pages/vendor -home -vendor -Page not found pages/vendor -home -vendor -Page not found pages/vendor -about -vendor -Page not found pages/vendor -product -vendor -Page not found pages/vendor -nouveautes -vendor -Page not found pages/vendor -projects -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -vendor -Page not found pages/vendor -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -contact -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -product -projects -product -about -home -product -home -askprice -home -home -home -home -home -home -home -home -home -home -home -about -home -home -about -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -home -projects -home -projects -about -home -about -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home - -Page not found pages/ -data -Page not found pages/data - -Page not found pages/ -data -Page not found pages/data -about -about -about -about -about -about -about -about -about -about -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -product -home -home -home -product -product -product -product -product -product -product -product -product -product -product diff --git a/public_html/log/sql.log b/public_html/log/sql.log deleted file mode 100644 index 5b1440e..0000000 --- a/public_html/log/sql.log +++ /dev/null @@ -1,16266 +0,0 @@ -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&COUPEBOULONS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D4' and gp_art='D408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.06' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAG-T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C306' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_img, ag.titre_img) as titre, - coalesce(ag.description_img, ag.description_img) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '17') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '17' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '17') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '17' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '12') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '12' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '12') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '12' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '14') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '14' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'S1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='S1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-DO/B' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name__FGP-DO_B.jpg?v=202109091555,keywords__FGP-DO_B.jpg?v=202109091555,desc__FGP-DO_B.jpg?v=202109091555 FROM content WHERE (linkname = 'article_groups') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'article_groups'; -QUERY: SELECT * FROM content WHERE (linkname = 'article_groups') OR (linkname = '') OR (linkname = 'img') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-AG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-AG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-AG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_article_groups,keywords_article_groups,desc_article_groups FROM content WHERE (linkname = 'img') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'img'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERY: SELECT * FROM content WHERE (linkname = 'img') OR (linkname = '') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERY: SELECT name_article_groups,keywords_article_groups,desc_article_groups FROM content WHERE (linkname = 'img') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'img'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERY: SELECT * FROM content WHERE (linkname = 'img') OR (linkname = '') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4025' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ABS-KI-72/49-0200A4' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('fcb27404-ee43-4ecb-aa5d-d20484924b34','ABS-KI-72/49-0200A4','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ABS-KI-72/49-0250A4' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('d9d6d872-e03c-4f60-bf02-bd463eaa49c7','ABS-KI-72/49-0250A4','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ABS-KI-72/49-0300G' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('3ab162eb-8fe6-4b68-bb97-c8a6defa0553','ABS-KI-72/49-0300G','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ABS-KI-72/49-0950A4' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('ed5ae34b-5394-42bd-96b6-779318c80a0b','ABS-KI-72/49-0950A4','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&NOF-V20T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='NOF-V20T-200/20' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('9716a51b-176d-4e54-975a-f9728f00e000','NOF-V20T-200/20','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-S' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-VK±' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V-K' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.07' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-SKK' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-SM' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-BF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-BFA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-FM' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.08' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2F' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FBL-DFA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C603' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-2530' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI2815' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI2815' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4930' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AMA-LSG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C513' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FIX-A/DBWI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C522' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FIX-D/F' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C521' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VBB-VS/I' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C523' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-A/DHM' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C524' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SFS-PGS/G2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C527' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_img,keywords_img,desc_img FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_img,ag.titre_img) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_img, position(' | ' in ag.titre_img)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_img,ag.titre_img,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/AV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BZF-RA/4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-K16K' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SAS-K16K/12540750BR' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('1e3a5e27-ea23-4310-af4d-3fc47e2f2342','SAS-K16K/12540750BR','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_content,keywords_content,desc_content FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/AV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-AG/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-BU/DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BDP-SU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERY: SELECT * FROM content WHERE (linkname = 'data_protection') OR (linkname = '') OR (linkname = ''about') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-EA/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB3' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/B1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-KZ/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-AG/X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-K16K' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-SSP/F' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LSP-H09' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C8' and gp_art='C809' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_C106,ag.titre_C106) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_C106, position(' | ' in ag.titre_C106)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_C106,ag.titre_C106,ag.article; -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_C106, ag.titre_C106) as titre, - coalesce(ag.description_C106, ag.description_C106) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_C106, ag.titre_C106) as titre, - coalesce(ag.description_C106, ag.description_C106) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_C106,ag.titre_C106) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_C106, position(' | ' in ag.titre_C106)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_C106,ag.titre_C106,ag.article; -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_C106,ag.titre_C106) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_C106, position(' | ' in ag.titre_C106)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_C106,ag.titre_C106,ag.article; -QUERY: SELECT name_C106,keywords_C106,desc_C106 FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_C106,ag.titre_C106) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_C106, position(' | ' in ag.titre_C106)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_C106,ag.titre_C106,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_,ag.titre_) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_, position(' | ' in ag.titre_)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_,ag.titre_,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_,ag.titre_) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_, position(' | ' in ag.titre_)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_,ag.titre_,ag.article; -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_,ag.titre_) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_, position(' | ' in ag.titre_)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_,ag.titre_,ag.article; -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_,keywords_,desc_ FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_, ag.titre_) as titre, - coalesce(ag.description_, ag.description_) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2fr') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = '2fr'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = '2fr' -QUERY: SELECT name_en,keywords_en,desc_en FROM content WHERE (linkname = '2fr') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = '2fr'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = '2fr' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2fr') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = '2fr'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = '2fr' -QUERY: SELECT name_en,keywords_en,desc_en FROM content WHERE (linkname = '2fr') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = '2fr'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = '2fr' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2fr') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = '2fr'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = '2fr' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C116' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C109' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C100' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C106' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C105' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C109' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HQI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HQI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HQI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C101' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C137' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C105' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/CC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='BLZ-KV/CC-G' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('b91a5aeb-c041-422c-83d9-90b93b654d7f','BLZ-KV/CC-G','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/MZ' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='BLZ-KV/MZ-0810-A4' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('f6aa9c2c-51fb-406e-be5c-0ad000780a2a','BLZ-KV/MZ-0810-A4','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-MV/AR01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/FIX' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-SSP' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/FIX080' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/FF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV30/UNI1S' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C715' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C709' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C727' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C727' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C723' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C715' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C702' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C708' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C712' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C726' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C702' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C728' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAS-ME/PARAC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C728' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C728' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAS-MEPARAC6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C728' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C728' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAS-ME/PARAFR' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C728' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C728' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAS-CP/S' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C728' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C728' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C727' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C100' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='fr' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C101' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C712' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C726' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C715' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/GC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/AV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/B1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-KZ/O' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BDP-SU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-F' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A210' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-BU/DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A204' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-KZ/V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-AG/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LGX-BC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/C1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB5' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BZF-RA/4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/B1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D122' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&GED-P1-Y' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D1' and gp_art='D122' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D122' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&GED-P1-CAP' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D1' and gp_art='D122' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D122' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&GED-P1-E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D1' and gp_art='D122' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D122' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C222' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C712' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C708' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C703' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TIL-5126' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C703' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C703' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SGW-0935' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C703' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C703' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SGW-0933' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C703' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C703' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.gp_art='C714' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C8' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C8' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C8' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C8' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C8' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&WDF-TR' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C613' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&WDF-SR1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C613' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&WDF-B2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C613' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-BF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-BFA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-BFA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-WFA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-WFA' and isactive=1 order by titre,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-WFA' and isactive=1 order by titre,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-WFA' and isactive=1 order by titre,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-MA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASZ-SK' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C300' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.gp_art='A201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.gp_art='A208' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.gp_art='A208' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.gp_art='A209' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BDP-SU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.gp_art='A209' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D200' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D211' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D202' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LGX-2700' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D202' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='LGX-2700200G' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('13db3837-528c-4657-a918-0c5ec850a4a7','LGX-2700200G','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='LGX-2710460G' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('a6a8f288-d579-46c5-af51-8727ea9f431d','LGX-2710460G','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='LGX-271D060G' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('930ad104-6bb3-4939-b8ee-3ddb541a1893','LGX-271D060G','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='LGX-27D0101G' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('44ccd9a0-3b1f-484b-937e-c63ac9c4f347','LGX-27D0101G','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D202' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C614' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-FB..' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C604' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'css') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'css'; -QUERY: SELECT * FROM content WHERE (linkname = 'css') OR (linkname = '') OR (linkname = 'newcms') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '28') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'productnews'; -QUERYARRAY: SELECT * FROM productnews WHERE id = '28' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '16') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '16' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-PLX' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-PLX' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-NPF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-NLF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-MF1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-PG1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-P45' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-PG1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-PG1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAP-NLG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C7' and gp_art='C729' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='CNT-S-100/259-I202' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('60e351d2-8301-43e1-a303-0d4c7c45bf68','CNT-S-100/259-I202','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' - as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: DELETE FROM order_articles WHERE article='LGX-2700200G' and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: DELETE FROM order_articles WHERE article='ABS-KI-72/49-0200A4' and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: DELETE FROM order_articles WHERE article='ABS-KI-72/49-0300G' and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: DELETE FROM order_articles WHERE article='ABS-KI-72/49-0250A4' and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment='test' WHERE article='BLZ-KV/CC-G' and status is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment='test' WHERE article='BLZ-KV/CC-G' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='test 2' WHERE article='BLZ-KV/MZ-0810-A4' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment=null WHERE article='LGX-2710460G' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='LGX-2710460G' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='LGX-2710460G' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='LGX-2710460G' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'terms') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'terms'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'terms' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'legal') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'legal'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'legal' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment=null WHERE article='CNT-S-100/259-I202' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='CNT-S-100/259-I202' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('3cfb8690-cef2-48f8-b774-d6232bda3eff', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'Kilian Saffran', '+352 123456789', ' -4, rue Principale -3770 Tétange -L', null, null,'); -EXEC: update order_articles set id_order='3cfb8690-cef2-48f8-b774-d6232bda3eff' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='3cfb8690-cef2-48f8-b774-d6232bda3eff') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('4b96a88e-7113-4a29-a39e-003c48590a19', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'Kilian Saffran', '+352 123456789', ' -4, rue Principale -3770 Tétange -L', null, null,'); -EXEC: update order_articles set id_order='4b96a88e-7113-4a29-a39e-003c48590a19' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='4b96a88e-7113-4a29-a39e-003c48590a19') group by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('3cb60183-da78-42bf-972b-d1777da15a92', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fgjghj', 'gjdg', ' -drgtf -tfgh fthfgh -fgh', null, null,'); -EXEC: update order_articles set id_order='3cb60183-da78-42bf-972b-d1777da15a92' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='3cb60183-da78-42bf-972b-d1777da15a92') group by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('df599563-227a-4450-8bfb-902eb51905f2', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fghfgh', 'fgh', ' -gfhfgy -fgh hfgh -fgh', null, null,'); -EXEC: update order_articles set id_order='df599563-227a-4450-8bfb-902eb51905f2' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='df599563-227a-4450-8bfb-902eb51905f2') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('2925dae0-7a0b-4214-a98c-2507834db470', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fghfgh', 'fgh', ' -gfhfgy -fgh hfgh -fgh', null, null,'); -EXEC: update order_articles set id_order='2925dae0-7a0b-4214-a98c-2507834db470' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='2925dae0-7a0b-4214-a98c-2507834db470') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('0ef193ef-ce9d-4d57-bc63-391331658301', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fghfgh', 'fgh', ' -gfhfgy -fgh hfgh -fgh', null, null,'); -EXEC: update order_articles set id_order='0ef193ef-ce9d-4d57-bc63-391331658301' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='0ef193ef-ce9d-4d57-bc63-391331658301') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('59f58613-b9a1-4cb1-96d7-227353591875', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fghfgh', 'fgh', 'sfcdsf -gfhfgy -fgh hfgh -fgh', null, null,'); -EXEC: update order_articles set id_order='59f58613-b9a1-4cb1-96d7-227353591875' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='59f58613-b9a1-4cb1-96d7-227353591875') group by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('6c9c0460-06af-4ff0-a30a-696257ba7688', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fhfhfg', 'fghfgj', 'sdgdg -dfgdfh -fghfg hfghfghfg -hfh', null, null,'); -EXEC: update order_articles set id_order='6c9c0460-06af-4ff0-a30a-696257ba7688' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='6c9c0460-06af-4ff0-a30a-696257ba7688') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, site_contact, sitecontactphone, deliveryaddress, prefereddeliverydate, reference,msg) VALUES ('edb65761-46ac-44dc-b626-d4b02e0fd047', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'fhfhfg', 'fghfgj', 'sdgdg -dfgdfh -fghfg hfghfghfg -hfh', null, null,'); -EXEC: update order_articles set id_order='edb65761-46ac-44dc-b626-d4b02e0fd047' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='edb65761-46ac-44dc-b626-d4b02e0fd047') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('48ed3f68-492a-4fa4-a5ee-e996fd99a323', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'sdgdg -dfgdfh -fghfg hfghfghfg -hfh', 'Contact: -fhfhfg\nfghfgj\nfgjhfhsdrz4646457rthbhfg -sdgdg -dfgdfh -fghfg hfghfghfg -hfh - -Message: - -bfghgfjgzhj -gfj -gfj -gfj -gjdfpüdlgdrt -ptrthh¨ügfjh¨ügjöghm'); -EXEC: update order_articles set id_order='48ed3f68-492a-4fa4-a5ee-e996fd99a323' where id_order=null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,ar.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='48ed3f68-492a-4fa4-a5ee-e996fd99a323') group by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('530bed4d-20d3-4899-8836-6ce4430717d4', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'xfbdfg -dhgdfh -dfh dfhdfh -dfh', 'Contact: -dfhdf\nfgjghj\nfgjghj -xfbdfg -dhgdfh -dfh dfhdfh -dfh - -Message: - -gfjgzj -dgkl - -fhfg -dfhfgh'); -EXEC: update order_articles set id_order='530bed4d-20d3-4899-8836-6ce4430717d4' where where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='530bed4d-20d3-4899-8836-6ce4430717d4') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('4e67b947-6a44-4ddf-b01d-aad81c74b326', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'xfbdfg -dhgdfh -dfh dfhdfh -dfh', 'Contact: -dfhdf\nfgjghj\nfgjghj -xfbdfg -dhgdfh -dfh dfhdfh -dfh - -Message: - -gfjgzj -dgkl - -fhfg -dfhfgh'); -EXEC: update order_articles set id_order='4e67b947-6a44-4ddf-b01d-aad81c74b326' where where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='4e67b947-6a44-4ddf-b01d-aad81c74b326') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('374408d3-b336-422d-ab08-9b3599163a20', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'xfbdfg -dhgdfh -dfh dfhdfh -dfh', 'Contact: -dfhdf\nfgjghj\nfgjghj -xfbdfg -dhgdfh -dfh dfhdfh -dfh - -Message: - -gfjgzj -dgkl - -fhfg -dfhfgh'); -EXEC: update order_articles set id_order='374408d3-b336-422d-ab08-9b3599163a20' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='374408d3-b336-422d-ab08-9b3599163a20') group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('284afcf1-2be0-4913-a863-3db1d010b256', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'xfbdfg -dhgdfh -dfh dfhdfh -dfh', 'Contact: -dfhdf\nfgjghj\nfgjghj -xfbdfg -dhgdfh -dfh dfhdfh -dfh - -Message: - -gfjgzj -dgkl - -fhfg -dfhfgh'); -EXEC: update order_articles set id_order='284afcf1-2be0-4913-a863-3db1d010b256' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='284afcf1-2be0-4913-a863-3db1d010b256' group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('48d1d435-8615-4a7e-b6c6-58fee8c7a2b6', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'xfbdfg -dhgdfh -dfh dfhdfh -dfh', 'Contact: -dfhdf\nfgjghj\nfgjghj -xfbdfg -dhgdfh -dfh dfhdfh -dfh - -Message: - -gfjgzj -dgkl - -fhfg -dfhfgh'); -EXEC: update order_articles set id_order='48d1d435-8615-4a7e-b6c6-58fee8c7a2b6' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='48d1d435-8615-4a7e-b6c6-58fee8c7a2b6' group by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('76410fdf-07f2-4035-8eb0-4ef532318142', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'xfbdfg -dhgdfh -dfh dfhdfh -dfh', 'Contact: -dfhdf\nfgjghj\nfgjghj -xfbdfg -dhgdfh -dfh dfhdfh -dfh - -Message: - -gfjgzj -dgkl - -fhfg -dfhfgh'); -EXEC: update order_articles set id_order='76410fdf-07f2-4035-8eb0-4ef532318142' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr ,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='76410fdf-07f2-4035-8eb0-4ef532318142' group by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'newsletter') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'newsletter'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM team -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'logistics') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'logistics'; -QUERYARRAY: SELECT * FROM logistics ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'jobs') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'jobs'; -QUERYARRAY: SELECT * FROM jobs -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C312' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SDR-M-DS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C312' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C312' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SDR-M-DS253902' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('f9d92657-cdcd-4e3f-9ebf-bbf320a30fce','SDR-M-DS253902','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SDR-M-DS204204' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('933d2026-377c-4ce7-bd5d-43a6cb56dc54','SDR-M-DS204204','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SDR-M-DS204006' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('24d6f444-0931-4194-8421-8c9828962b7e','SDR-M-DS204006','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SDR-M-DS204005' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('2e957313-0f2f-46dd-a944-d3569fea14fe','SDR-M-DS204005','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SDR-M-DS203602' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('bf23a8ab-4f26-4b98-95f5-60d39c7f092c','SDR-M-DS203602','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C312' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C318' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C301' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C300' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C316' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C323' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C318' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C307' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&PDC-H-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C307' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C307' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&PDC-P-DNH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C307' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C307' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&PDC-H-T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C307' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C307' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&PDC-P-T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C307' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.gp_art='C307' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS203602' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS204005' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS204006' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS204204' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS253902' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS204204' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS204006' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS204005' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS203602' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment=null WHERE article='SDR-M-DS203602' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'data_protection') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'data_protection'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'data_protection' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'team') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'team'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM team -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'partners') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'partners'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM partners -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' - as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,case when qube_name is null then titre_fr else qube_name end as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'S1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='S1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='S1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C605' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FBL-SB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C605' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C605' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C602' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C600' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'product') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT * FROM content WHERE (linkname = 'product') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-DO/B' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-TP1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-TP2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-CD' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C500' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C514' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C519' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C907' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-CD' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-TP2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-TP1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-DO/B' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FGP-CD' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C9' and gp_art='C900' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'S1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='S1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='S1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'S1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='S1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='S1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='A104' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4122' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4122' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4930' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4930' and isactive=1 order by titre,article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4930' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-TU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SFS-PGS/G2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C527' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPV-FA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C514' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPV-FA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C514' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPV-FA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C514' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-AG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-AG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI2815' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI3817' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4025' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4122' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI4930' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI5433' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI7249' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-TU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LSA-V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C505' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AMA-LSG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C513' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AMA-LSG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C513' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C519' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C521' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C523' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VBB-VS/I' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C523' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C523' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C526' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&APL-P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C526' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C526' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C526' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&APL-P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C526' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C526' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C523' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C514' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPV-DA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C514' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C514' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPV-FA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C514' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C514' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C526' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C525' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FIX-MW-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C525' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C525' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C505' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C505' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LSA-DVW' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C505' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C505' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C523' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C514' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C513' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C519' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C514' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C513' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AMA-LSV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C513' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C513' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AMA-LOE' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C513' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C513' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AMA-LSV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C513' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C513' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-B/H..P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-A/LA-I' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-A/LI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KAS-WK/L' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-P/BG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-B/WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C403' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-E/AS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C409' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-E/SI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C409' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-E/SP-RD' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C409' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-E/SP-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C409' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C902' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C905' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C907' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C902' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A402' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C612' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C612' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C602' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C614' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C617' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C617' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C617' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C612' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C109' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/RE' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/ST' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/RE' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.02' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.06' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.07' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.08' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.10' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-ABRI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-TR' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-TR' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-TR' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-ABRI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.10' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.05' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/AP' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV-C' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-P/M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-Z/R' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-Z/T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-Z/V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C227' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MUB-1210' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C227' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C227' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MUB-12420' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C227' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C227' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MUB-1239' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C227' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C227' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C219' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-G/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C219' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C219' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV-C' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C218' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FLM-FA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPF-C' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C218' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C200' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C217' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C205' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C219' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C219' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/W1G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-D-P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/W1G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-DV-C' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FLM-SB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FLM-SV' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C205' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSM-F4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C205' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C205' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C217' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RZB-V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C217' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-P/M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-Z/R' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-Z/T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&VOI-Z/V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C224' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C224' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/W1G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C200' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&FLM-SB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C217' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C219' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/W1G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-AR/R-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-AR/R-B' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C227' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-C/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-C/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-E/D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-E/C' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-G/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-E/S' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-C/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-C/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C214' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/T1D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/W1G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-D-P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-AR/R-B' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-AR/F' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RES-KS/PF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C220' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C216' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MAA-AG' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI2815' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-KI3817' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-B/H..P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-A/LA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-A/CR-A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C409' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C403' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='5df6d35d-5b18-49dd-a709-d92a7901a16c' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-B/WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-B/DS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/AP' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/RE' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BKS-ALC/ST' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C114' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C116' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C101' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'qube') OR (linkname = '') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: SELECT * FROM slider WHERE page = 'qube'; -QUERY: SELECT * FROM content WHERE (linkname = 'qube') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D117' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D114' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D113' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.gp_art='D113' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C905' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C902' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C902' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C907' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C904' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C906' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C901' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.gp_art='C900' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C9') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C9' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C9' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C8') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C8' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C8' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '14') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'project'; -QUERYARRAY: SELECT * FROM projects WHERE id = '14' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C605' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-FA20-3230' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A400' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A400' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C602' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C605' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C612' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C602' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASE-BF' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C602' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C602' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-FB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C604' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('a12950ad-0a71-4fc1-8f28-3eafd40776a9', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'test -1, rue test -0000 Test -t', 'Contact: -Test TEst\n01234567\ntest@test.com -test -1, rue test -0000 Test -t - -Message: - -sdasd'); -EXEC: update order_articles set id_order='a12950ad-0a71-4fc1-8f28-3eafd40776a9' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='a12950ad-0a71-4fc1-8f28-3eafd40776a9' group by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&INJ-NAPA' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C608' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='INJ-NAPA-2' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('c02ba958-64b8-4f92-8fee-b0ff5ca7260c','INJ-NAPA-2','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C617' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&AWR-KG2/RP-RD' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C617' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C617' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='AWR-KG2/RP125-0500RD' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('bbae69f7-e7c1-4f10-a1f9-30d08934ebd2','AWR-KG2/RP125-0500RD','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='AWR-KG2/RP200-0500RD' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('2656748d-8a29-49b1-b422-c3071d72f7ce','AWR-KG2/RP200-0500RD','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&INJ-BOX' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C608' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='INJ-BOX' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('5a456f19-dc41-42a0-958d-bb6d6243fd4c','INJ-BOX','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment='sd' WHERE article='INJ-NAPA-2' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='fh' WHERE article='INJ-BOX' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='fh' WHERE article='INJ-BOX' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('d11fb863-a898-48b6-8125-3a23b5449eaa', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'TEst -1, rue test -0000 test -x', 'Contact: -Test\n0123456\ntest@test.com -TEst -1, rue test -0000 test -x - -Message: - -wewe'); -EXEC: update order_articles set id_order='d11fb863-a898-48b6-8125-3a23b5449eaa' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='d11fb863-a898-48b6-8125-3a23b5449eaa' group by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&WDF-SR1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C613' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='WDF-SR1/150-AL' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('0c1b4945-2c2a-47d2-8e78-9ae656b34e52','WDF-SR1/150-AL','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ARV-CTC' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C616' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ARV-CTC-175190-11006' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('bb71b0da-b057-4642-b50b-c6bbd42e5830','ARV-CTC-175190-11006','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ARV-CTC-290305-16506' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('b15e6eb8-1a75-4fe0-a7d1-97cb6286eef6','ARV-CTC-290305-16506','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='ARV-CTC-310325-16506' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('be43e428-1d7e-4642-860c-f48f554609fb','ARV-CTC-310325-16506','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment='df' WHERE article='WDF-SR1/150-AL' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='dsf' WHERE article='ARV-CTC-175190-11006' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='sdf' WHERE article='ARV-CTC-290305-16506' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='dsf' WHERE article='ARV-CTC-310325-16506' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('3ca773b2-c6cc-4bec-a0b9-3deb38462c82', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'TEst -8, rue test -0000 TEst -t', 'Contact: -test\n0123446\ntest@tets.com -TEst -8, rue test -0000 TEst -t - -Message: - -Dgfsd'); -EXEC: update order_articles set id_order='3ca773b2-c6cc-4bec-a0b9-3deb38462c82' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='3ca773b2-c6cc-4bec-a0b9-3deb38462c82' group by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' - as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MUB-2505' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D1' and gp_art='D111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&MUB-1966' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D1' and gp_art='D113' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='MUB-19660' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('1313180e-920d-4724-ac57-8bbcfca8fdde','MUB-19660','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='MUB-19800' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('be5fa899-9162-467c-8153-74fadc3a1316','MUB-19800','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: UPDATE order_articles SET comment='df' WHERE article='MUB-19660' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='ss' WHERE article='MUB-19800' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: UPDATE order_articles SET comment='ss' WHERE article='MUB-19800' and wiges_no_document is null and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS'; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('c0cf51f5-1018-4871-a53a-7c3bb8ab634b', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', 'Test -0,rue x -000 test -t', 'Contact: -uwrw iwzhi\n01246\nt@t.com -Test -0,rue x -000 test -t - -Message: - -dfg'); -EXEC: update order_articles set id_order='c0cf51f5-1018-4871-a53a-7c3bb8ab634b' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='c0cf51f5-1018-4871-a53a-7c3bb8ab634b' group by ar.article_group,ar.article; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' - as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' - as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-DT' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-SH' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.01' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.03' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.08' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.08' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.10' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-ABRI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C106' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C106' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/UNI2S' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/RR3' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/UNI3S' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV30/UNI1S' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/MZ' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/M' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/AR01' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/FR' and isactive=1 order by titre,article; - -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/AR04' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-EB' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/AR03' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-AK' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-RD' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WD/WS' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-TE' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/PR' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/KVRR' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/FIX' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/FIX080' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/WS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-DIS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/FF' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/RR3' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/CC' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV30/UNI1S' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/UNI2S' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/UNI3S' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WD/WS3' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KSB' and isactive=1 order by titre,article; -; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/AR01' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KV/AR03' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-EB' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-MV/AR01' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-RD' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-PV' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/PR' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/FIX' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-TE' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/KVRR' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-SSP' and isactive=1 order by titre,article; -icle; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-WE/WS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-DIS' and isactive=1 order by titre,article; -ticle=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C131' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-DND' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C110' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C110' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-WN' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-WQ' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-M' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C111' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C105' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-SB-H17' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-AS' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-IS' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C105' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-WN' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-WQ' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C107' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-B-H17' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-I-H17' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C102' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-B-H17' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-I-H17' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF/H' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF/H' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HI' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HQI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HF/H' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDV-HF/H' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HI' and isactive=1 order by titre,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QKD-EDM-HQI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C108' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.gp_art='C108' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2R' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2R' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2R' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2T' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&TDR-B2E' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C600' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -scription,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C608' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C608' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C608' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C608' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C608' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_frQUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C613' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C613' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C613' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C615' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C615' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C615' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C615' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C615' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C604' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C604' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C604' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C608' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C608' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C608' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C601' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C601' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C601' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -ERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A405' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A405' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-B/H..P' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-MW-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C403' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KAS-DR/A' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-A/TI-G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LIF-D/UN' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -scription,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C407' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -scription,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C408' and famille_art='C4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C408' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C4' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.gp_art='C401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C607' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C607' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C607' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C616' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C616' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C616' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C620' and famille_art='C6' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C620' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C620' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C603' and famille_art='C6' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C6' and gp_art='C603' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.gp_art='C603' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SPF-C' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SPF-C-16060-1200' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('c7d5b2fd-ccf1-491f-adbc-5001e36d0f76','SPF-C-16060-1200','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select * from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and article='SPF-C-17040-1125' and id_order is null and code_document='DPS'; -EXEC: INSERT INTO order_articles (id,article,quantity,id_user,code_document) VALUES ('018ab9b1-7ccb-4744-b885-ffb550667ec3','SPF-C-17040-1125','1','a4598487-1503-4bc3-be52-2ba096a6cd0a','DPS'); -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -EXEC: INSERT INTO orders (id, id_client, id_user, status, orderdate, wiges_no_document, created, modified, wiges_document_type, deliveryaddress,msg) VALUES ('2bf9a0fe-de5f-455d-9472-d1aa82f64e03', 10000, 'a4598487-1503-4bc3-be52-2ba096a6cd0a', 'received', CURRENT_DATE, null, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'DPS', ' - - -', 'Contact: -\n\n - - - - - -Message: - -'); -EXEC: update order_articles set id_order='2bf9a0fe-de5f-455d-9472-d1aa82f64e03' where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select oa.id,ar.article_group,ag.titre_fr,ar.article,oa.comment from articles ar - join article_groups ag on (ar.article_group=ag.article) - join order_articles oa on (ar.article=oa.article) - where oa.id_order='2bf9a0fe-de5f-455d-9472-d1aa82f64e03' group by ar.article_group,ar.article; -EXEC: DELETE FROM order_articles WHERE article='SPF-C-16060-1200' and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and code_document='DPS' and id_order is null; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' - as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'nouveautes'; -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'boostrap') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'boostrap'; -QUERY: SELECT * FROM content WHERE (linkname = 'boostrap') OR (linkname = '') OR (linkname = 'vendor') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'contact'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'askprice'; -QUERYARRAY: select id,UPPER(article) as article_group,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') group by article_group) order by titre,article; -QUERYARRAY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article,oa.quantity, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink , oa.comment - from articles ar left join article_prices ap on (ar.article = ap.article) - join order_articles oa on (ar.article = oa.article and id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS') - where ar.isactive=1 group by ar.article order by ar.article_group,ar.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'app') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'app'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'app' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'app') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'app'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'app' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CAN-SUPER/COL' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'projects'; -QUERYARRAY: SELECT * FROM projects ORDER BY date -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C217' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C217' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C207' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C207' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C207' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.gp_art='C201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C201' and famille_art='C2' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KSB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BLZ-KSB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C131' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A405' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A405' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.gp_art='A401' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) and famille_art='C6' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C6') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C6' group by gp_art) and famille_art='C6' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C6' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C523' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C523' and famille_art='C5' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C523' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C523' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A4') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A4' group by gp_art) and famille_art='A4' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) and famille_art='A1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) and famille_art='D1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-W/B1' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BZF-RA/4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-RO/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BDP-SU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A209' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-F' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A210' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-BU' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A212' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SSW-SH/GK' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A219' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-SB/B1-60' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A206' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-SB/W1-60' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A206' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-SB/B1-40' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A206' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&SAS-SB/A1-40' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A206' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-AG/X' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ASS-KZ/H' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A202' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BZF-RA/4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB3' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CLO-MZB4' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A200' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C3' group by gp_art) and famille_art='C3' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) and famille_art='A1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A2' group by gp_art) and famille_art='A2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C7') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C7' group by gp_art) and famille_art='C7' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C7' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'A1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='A1' group by gp_art) and famille_art='A1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-S' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V-K' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-O' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-V Z' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QDB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&QDB' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-B-H17' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-I-H17' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&KBA-W' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-S2G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&BWA-SK2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C106' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C1' group by gp_art) and famille_art='C1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&EGB-F/B' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&RSY-C/G' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'de') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = ''; -QUERY: SELECT * FROM content WHERE (linkname = 'de') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'de') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = ''; -QUERY: SELECT * FROM content WHERE (linkname = 'de') OR (linkname = '') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'gallerys') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'gallerys'; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT * FROM content WHERE (linkname = 'gallerys') OR (linkname = '') OR (linkname = 'data') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_en,keywords_en,desc_en FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'about'; -QUERYARRAY: SELECT * FROM main_menu WHERE parentid = '2'; -QUERYARRAY: SELECT * FROM content WHERE linkname = 'about' -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CON-LC-D' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.04' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&CNT-S...I2.07' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A104' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '3') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.gp_art='img' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'D1') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D1' group by gp_art) and famille_art='D1' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C2' group by gp_art) and famille_art='C2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D203' and famille_art='D2' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D203' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D203' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D201' and famille_art='D2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D201' and famille_art='D2' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D201' and famille_art='D2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D201' and famille_art='D2' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D201' and famille_art='D2' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='D201' and famille_art='D2' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='D2' and gp_art='D201' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'D2') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='D2' group by gp_art) and famille_art='D2' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='D2' and ag.gp_art='D201' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = '') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'home'; -QUERYARRAY: SELECT * FROM website_news ORDER BY publishdate DESC LIMIT 6 -QUERYARRAY: SELECT * FROM productnews ORDER BY date DESC LIMIT 6 -QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, - coalesce(ag.titre_fr, ag.titre_fr) as titre, - coalesce(ag.description_fr, ag.description_fr) as description, - ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, - ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat - from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; -QUERYARRAY: SELECT * FROM website_projects ORDER BY publishdate DESC LIMIT 6 -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='&ABS-WI' and isactive=1 order by titre,article; -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C500' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C524' and famille_art='C5' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C524' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C524' and famille_art='C5' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C524' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERY: SELECT name_de,keywords_de,desc_de FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_de) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; -QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups - where gp_art='C524' and famille_art='C5' and isactive=1 order by titre,article; -QUERY: select count(*) as cnt from order_articles where id_user='a4598487-1503-4bc3-be52-2ba096a6cd0a' and id_order is null and code_document='DPS' -QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C5' and gp_art='C524' and isactive=1) group by id,article_group,article order by article_group,article; -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERY: SELECT name_fr,keywords_fr,desc_fr FROM content WHERE (linkname = 'C5') OR (linkname = '') -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT * FROM slider WHERE page = 'product'; -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT famille_art,titre_fr FROM familles where famille_art in (select famille_art from articles where isactive='1' group by famille_art) ORDER BY famille_art ASC -QUERYARRAY: SELECT gp_art,titre_fr as titre FROM groupes where gp_art in (select gp_art from articles where isactive='1' and famille_art='C5' group by gp_art) and famille_art='C5' ORDER BY gp_art ASC; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; -QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C5' and ag.gp_art='C524' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; diff --git a/public_html/pages/askprice.php b/public_html/pages/askprice.php index af88d65..041d922 100644 --- a/public_html/pages/askprice.php +++ b/public_html/pages/askprice.php @@ -10,44 +10,44 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/public_html/pages/product.php b/public_html/pages/product.php index 9b59a6a..1884694 100644 --- a/public_html/pages/product.php +++ b/public_html/pages/product.php @@ -54,9 +54,9 @@ $ag = new ArticleGroups($db,$cfg); '/qube/', + "siteurl" => 'http://localhost/qube/', + "cookie" => "qubeshop", + "lang" => "fr", + "debug" => 0, + "maildps" => array( + "from" => "ksaffran@dks.lu", + "server" => "mail.your-server.de", + "login" => "ksaffran@dks.lu", + "password" => "FB1ia1ka", + "port" => 587, + "encrpytion" => "tls", + "debug" => 0 + ), + "mailshop" => array( + "from" => "ksaffran@dks.lu", + "server" => "mail.your-server.de", + "login" => "ksaffran@dks.lu", + "password" => "FB1ia1ka", + "port" => 587, + "encrpytion" => "tls", + "debug" => 0 + ), + "mailto" => "ksaffran@dks.lu", + "db"=> array( + "type" => "mysql", + "host" => "dedi1781.your-server.de", + "dbname" => "qube_db4", + "user" => "qube_user4", + "password" => "xevt4b99cNRHPEjF", + "prefix" => "wiges", + "debug" => 1 + ), + "api" => array( + "useragent" => "Qube Wiges WebSync", + "user" => "point", + "password" => "poco941", + "api-app-key" => "l9345y3e-4b56-3fb4-91ca-404f62d52jfs", + "api-device-key" => "webdev", + "url" => "https://pointcomm.api.qube.wiges.lu/api/%%TABLE%%/search", + "sqlpath" => '../api/bin/sql', + "logpath" => '../api/bin/log' + ), + "datapath" => "data/", + "templatepath" => "tmpl/", + "basepath" => substr(dirname($_SERVER["SCRIPT_FILENAME"]),strlen($_SERVER["DOCUMENT_ROOT"])).'/', + "version" => date("YmdHis"), + "cdate" => date("Ymd") + + ); +?> \ No newline at end of file diff --git a/public_html/shop/lib/config.php b/public_html/shop/lib/config.php index 1e6a286..3165c74 100644 --- a/public_html/shop/lib/config.php +++ b/public_html/shop/lib/config.php @@ -1,19 +1,30 @@ '/qube/', - "siteurl" => 'http://localhost/qube/', + "siteurl" => 'https://qube-concretec.eu/', "cookie" => "qubeshop", "lang" => "fr", "debug" => 0, - "mail" => array( - "from" => "newsletter@qube-concretec.eu", - "server" => "mail.mbox.lu", - "login" => "newsletter@qube-concretec.eu", - "password" => "Bicrodunit721", + "maildps" => array( + "from" => "demande@qube-group.eu", + "server" => "smtp.office365.com", + "login" => "demande@qube-group.eu", + "password" => "wabribus66*3", "port" => 587, "encrpytion" => "tls", "debug" => 0 ), + "mailshop" => array( + "from" => "shop@qube-group.eu", + "server" => "smtp.office365.com", + "login" => "shop@qube-group.eu", + "password" => "crugemut!33+", + "port" => 587, + "encrpytion" => "tls", + "debug" => 0 + ), + "mailto" => "team.qube@qube-group.eu", + "db"=> array( "type" => "mysql", "host" => "dedi1781.your-server.de", @@ -36,7 +47,7 @@ "datapath" => "data/", "templatepath" => "tmpl/", "basepath" => substr(dirname($_SERVER["SCRIPT_FILENAME"]),strlen($_SERVER["DOCUMENT_ROOT"])).'/', - "version" => date("YmdHis"), + "version" => date("YmdHi"), "cdate" => date("Ymd") ); diff --git a/public_html/shop/lib/email.php b/public_html/shop/lib/email.php index 41ae415..12651dd 100644 --- a/public_html/shop/lib/email.php +++ b/public_html/shop/lib/email.php @@ -16,7 +16,7 @@ class Email{ $this->conn = null; } - public function sendEmail($from,$to,$cc,$bcc,$subject,$htmlbody,$altbody,$attachments){ + public function sendEmail($account,$to,$cc,$bcc,$subject,$htmlbody,$altbody,$attachments){ $mail = new PHPMailer(true); // if ($this->cfg["mail"]["debug"] == 1){ @@ -28,23 +28,22 @@ class Email{ try { //Server settings $mail->isSMTP(); - $mail->Host = $this->cfg["mail"]["server"]; + $mail->Host = $account["server"]; $mail->SMTPAuth = true; - $mail->Username = $this->cfg["mail"]["login"]; - $mail->Password = $this->cfg["mail"]["password"]; + $mail->Username = $account["login"]; + $mail->Password = $account["password"]; - if ($this->cfg["mail"]["port"] == 465){ + if ($account["port"] == 465){ $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; - } elseif ($this->cfg["mail"]["port"] == 587){ + } elseif ($account["port"] == 587){ $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; } - $mail->Port = $this->cfg["mail"]["port"]; + $mail->Port = $account["port"]; //Recipients - $mail->setFrom($from); + $mail->setFrom($account["from"]); $mail->addAddress($to); //Add a recipient - if ($from != $this->cfg["mail"]["login"]){ - $mail->addReplyTo($from); - } + #$mail->addReplyTo($account["from"]); + if ($cc){ $mail->addCC($cc); } diff --git a/public_html/shop/lib/lang/de.php b/public_html/shop/lib/lang/de.php index 8f933ee..6ef3f7b 100644 --- a/public_html/shop/lib/lang/de.php +++ b/public_html/shop/lib/lang/de.php @@ -62,6 +62,8 @@ "doc_brpr" => "Hauptbroschüre", "doc_fite" => "Datenblatt", "doc_nomo" => "Aufbau-Anleitung", + "doc_cert" => "Zertifikat", + "doc_bim" => "BIM", "phone" => "Telefon", "msgpwd" => "Ein sichereres oder anderes Passwort eintragen", "lblchpwd" => "PASSWORT ÄNDERN", @@ -117,6 +119,10 @@ "connect" => "Einloggen", "language" => "Sprache", "de" => "deutsch", - "fr" => "français" + "fr" => "français", + "nobasketproduct" => "Sie haben noch keine Produkte ausgewählt, für die Preisanfrage!", + "missingdata" => "Es fehlen noch Angaben im Formular!", + "datasended" => "Danke die Preis-Anfrage wurde verschickt!", + "sendinprogress" => "Bitter Warten!...Anfrage wird verschickt..." ); ?> \ No newline at end of file diff --git a/public_html/shop/lib/lang/en.php b/public_html/shop/lib/lang/en.php index df3af6e..ae91472 100644 --- a/public_html/shop/lib/lang/en.php +++ b/public_html/shop/lib/lang/en.php @@ -117,6 +117,10 @@ "connect" => "Connecter", "language" => "Langue", "de" => "deutsch", - "fr" => "français" + "fr" => "français", + "nobasketproduct" => "Vous devez choisir des produits pour envoyer une demande!", + "missingdata" => "Il manque encore des données dans le formulaire!", + "datasended" => "merci, la demande demande de prix à été envoyée!", + "sendinprogress" => "Attendez s.v.p.!...envoie en cours..." ); ?> \ No newline at end of file diff --git a/public_html/shop/lib/lang/fr.php b/public_html/shop/lib/lang/fr.php index df3af6e..07cb3d1 100644 --- a/public_html/shop/lib/lang/fr.php +++ b/public_html/shop/lib/lang/fr.php @@ -62,6 +62,8 @@ "doc_brpr" => "Brochure principale", "doc_fite" => "Fiche technique", "doc_nomo" => "Notice de montage", + "doc_cert" => "Certificat", + "doc_bim" => "BIM", "phone" => "Téléphone", "msgpwd" => "Renforcer la sécurité du mot de passe ou changer votre mot de passe", "lblchpwd" => "CHANGER MOT DE PASSE", @@ -117,6 +119,10 @@ "connect" => "Connecter", "language" => "Langue", "de" => "deutsch", - "fr" => "français" + "fr" => "français", + "nobasketproduct" => "Vous devez choisir des produits pour envoyer une demande!", + "missingdata" => "Il manque encore des données dans le formulaire!", + "datasended" => "merci, la demande demande de prix à été envoyée!", + "sendinprogress" => "Attendez s.v.p.!...envoie en cours..." ); ?> \ No newline at end of file diff --git a/public_html/shop/lib/modules/Api.php b/public_html/shop/lib/modules/Api.php index 090f7bb..bf0887d 100644 --- a/public_html/shop/lib/modules/Api.php +++ b/public_html/shop/lib/modules/Api.php @@ -158,6 +158,7 @@ class Api{ public function createAskPrice($id_order,$idclient,$adr_client,$adr_liv,$comment){ if (!isset($idclient)){ return array("error" => "no id_client");} if (!isset($id_order)){ return array("error" => "no id_order");} + //$ret->no_document = 0; $ret = $this->exec_curl("w_ventes",array("document" => 'DPS',"client" => $idclient,"adresse_client" => $adr_client,"adresse_livraison" => $adr_liv,"commentaire" => $comment), null,false); if (isset($ret->no_document)){ @@ -169,9 +170,10 @@ class Api{ public function addAskPricePosition($id_articleorder,$nodocument,$article,$qte_unitaire,$comment){ //if (!isset($article)){ return false;} - //file_put_contents("log/apireturn.log","in:"."$id_articleorder-:-$nodocument-:-$comment-:-$article"."\n",FILE_APPEND); + file_put_contents("log/apireturn.log","in:"."$id_articleorder-:-$nodocument-:-$comment-:-$article"."\n",FILE_APPEND); $ret = $this->exec_curl("w_ventes_pos",array("document"=>"DPS","no_document" => $nodocument,"article" => $article,"commentaire_pos" => $comment), null,false); - //file_put_contents("log/apireturn.log","ret:".print_r($ret,true)."\n",FILE_APPEND); + //$ret->no_position = 0; + file_put_contents("log/apireturn.log","ret:".print_r($ret,true)."\n",FILE_APPEND); if (isset($ret->no_position)){ $this->dbh->exec("UPDATE order_articles SET no_position='".$ret->no_position."' where id='".$id_articleorder."';"); } diff --git a/public_html/shop/lib/modules/ArticleGroups.php b/public_html/shop/lib/modules/ArticleGroups.php index d7c0339..1b6258e 100644 --- a/public_html/shop/lib/modules/ArticleGroups.php +++ b/public_html/shop/lib/modules/ArticleGroups.php @@ -14,7 +14,7 @@ class ArticleGroups{ public function getPublishedGroups($lang){ if (!$lang){ $lang=$this->cfg["lang"];} - $sql = "elect ar.gp_art as id,ar.famille_art,coalesce(fm.titre_".$lang.",fm.titre_".$this->cfg["lang"].") as famille,ar.gp_art,coalesce(gr.titre_".$lang.",gr.titre_".$this->cfg["lang"].") as groupe + $sql = "select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_".$lang.",fm.titre_".$this->cfg["lang"].") as famille,ar.gp_art,coalesce(gr.titre_".$lang.",gr.titre_".$this->cfg["lang"].") as groupe from articles ar join article_groups ag on (ar.article_group=ag.article) join groupes gr on (ar.gp_art=gr.gp_art ) @@ -28,7 +28,11 @@ class ArticleGroups{ public function getArticleGroupsByFamille($famille,$lang){ if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->queryarray("select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_".$lang.",ag.titre_".$this->cfg["lang"].") as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_".$lang.", position(' | ' in ag.titre_".$lang.")+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='".$famille."' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_".$lang.",ag.titre_".$lang.",ag.article;"); + $where = " and ag.famille_art='".$famille."' "; + if ($famille == null){ + $where = " and ag.famille_art is not null "; + } + return $this->dbh->queryarray("select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_".$lang.",ag.titre_".$this->cfg["lang"].") as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_".$lang.", position(' | ' in ag.titre_".$lang.")+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.isactive=1 ".$where." group by ag.id order by ag.gp_art,grp.titre_".$lang.",ag.titre_".$lang.",ag.article;"); } diff --git a/public_html/shop/lib/modules/Articles.php b/public_html/shop/lib/modules/Articles.php index ef77877..7838ebd 100644 --- a/public_html/shop/lib/modules/Articles.php +++ b/public_html/shop/lib/modules/Articles.php @@ -21,32 +21,30 @@ class Articles{ public function getArticleGroup($article,$lang){ if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_".$this->cfg["lang"].") as titre,coalesce(description_".$lang.",description_".$this->cfg["lang"].") as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink from article_groups where article='".$article."' and isactive=1 order by titre,article;"); + return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_".$this->cfg["lang"].") as titre,coalesce(description_".$lang.",description_".$this->cfg["lang"].") as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='".$article."' and isactive=1 order by titre,article;"); } public function getByFamillyAndGroups($famillycode,$groupcode,$lang){ if (!$lang){ $lang=$this->cfg["lang"];} - //all articles returned grouped by article_group; - return $this->dbh->querybykey('article_group',"select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='".$famillycode."' and gp_art='".$groupcode."' and isactive=1) group by id,article_group,article order by article_group,article;"); + return $this->dbh->querybykey('article_group',"select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='".$famillycode."' and gp_art='".$groupcode."' and isactive=1) group by id,article_group,article order by article_group,article;"); } public function getFavoriteArticleGroups($iduser,$lang){ if (!$lang){ $lang=$this->cfg["lang"];} - return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_".$this->cfg["lang"].") as titre,coalesce(description_".$lang.",description_".$this->cfg["lang"].") as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='".$iduser."') group by article_group) order by titre,article;"); + return $this->dbh->queryarray("select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_".$lang.",titre_".$this->cfg["lang"].") as titre,coalesce(description_".$lang.",description_".$this->cfg["lang"].") as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,fichetechnique,brochure,noticemontage,videolink,fimchebim,certificat from article_groups where article in (select article_group from articles where isactive=1 and article in (select article from userfavorites where id_user='".$iduser."') group by article_group) order by titre,article;"); } public function getFavoriteArticles($iduser,$lang){ if (!$lang){ $lang=$this->cfg["lang"];} - //all articles returned grouped by article_group; - $sql ="select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink from articles ar left join article_prices ap on (ar.article = ap.article) + $sql ="select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew, ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article = ap.article) where ar.article in ( select article from userfavorites where id_user = '".$iduser."') group by ar.article_group,ar.article order by ar.article_group,ar.article;"; return $this->dbh->querybykey('article_group',$sql); } public function getNewArticleGroups($lang){ if (!$lang){ $lang=$this->cfg["lang"];} - $datescount=10; + $datescount=20; $sql = "select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, coalesce(ag.titre_".$this->cfg["lang"].", ag.titre_".$this->cfg["lang"].") as titre, coalesce(ag.description_".$this->cfg["lang"].", ag.description_".$this->cfg["lang"].") as description, @@ -58,10 +56,10 @@ class Articles{ public function getNewArticles($lang,$agrps=''){ if (!$lang){ $lang=$this->cfg["lang"];} - $datescount=10; + $datescount=20; //all articles returned grouped by article_group; //return $this->dbh->querybykey('article_group',"select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT ".$datescount.") ag on (ar.article_group = ag.article_group) where ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article;"); - return $this->dbh->querybykey('article_group',"select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ($agrps) and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article;"); + return $this->dbh->querybykey('article_group',"select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ($agrps) and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article;"); } diff --git a/public_html/shop/lib/modules/Orders.php b/public_html/shop/lib/modules/Orders.php index a5efe42..f67431f 100644 --- a/public_html/shop/lib/modules/Orders.php +++ b/public_html/shop/lib/modules/Orders.php @@ -93,7 +93,6 @@ class Orders { public function publicSendAskPrice($id_user,$data){ $nid = $this->dbh->newuuid(); - //error_log(print_r($data,true)); $adr = $this->dbh->securetext($data["name"]."\n".$data["address"]."\n".$data["zip"]." ".$data["city"]."\n".$data["country"]); $msg = $this->dbh->securetext("Contact:\n".$data["contact"].'\n'.$data["phone"].'\n'.$data["email"]."\n".$adr."\n\nMessage:\n\n".$data["message"]); @@ -143,7 +142,7 @@ class Orders { $xarts "; $htmlbody = str_replace("\n","
",$altbody); - $eml->sendEmail($this->cfg["mail"]["from"],"team.qube@qube-group.eu",null,null,"Demande de Prix via Site - Document No ".$nodoc,$htmlbody,$altbody,null); + $eml->sendEmail($this->cfg["maildps"],$this->cfg["mailto"],null,null,"Demande de Prix via Site - Document No ".$nodoc,$htmlbody,$altbody,null); return 1; } } diff --git a/public_html/shop/lib/modules/Profile.php b/public_html/shop/lib/modules/Profile.php index 1103e0a..eebded7 100644 --- a/public_html/shop/lib/modules/Profile.php +++ b/public_html/shop/lib/modules/Profile.php @@ -25,7 +25,7 @@ class Profile{ $data["username"] = $this->dbh->securetext($email); $eml = new Email($this->dbh,$this->cfg); $htmlbody ="Bonjour ".$ex["nom"].",

Vous avez demandés un nouveau mot de passe pour le shop du site qube-concretec.lu:
nouveau mot de passe: ".$newpwd."  

Cordialement,
Webmaster Qube-concretec.lu"; - $eml->SendEmail($this->cfg["mail"]["from"],$this->dbh->securetext($email),null,null,"Shop qube-concretec.lu : Votre demande de reçevoir un nouveau mot de passe!",$htmlbody,null,null); + $eml->SendEmail($this->cfg["mailshop"],$this->dbh->securetext($email),null,null,"Shop qube-concretec.lu : Votre demande de reçevoir un nouveau mot de passe!",$htmlbody,null,null); $ret = array("status" => "succes","msg" => "
Nous vous avons envoyés un e-mail avec un nouveau mot de passe!
"); } return $ret; diff --git a/public_html/shop/lib/modules/Site.php b/public_html/shop/lib/modules/Site.php index 3680366..a7f0cb6 100644 --- a/public_html/shop/lib/modules/Site.php +++ b/public_html/shop/lib/modules/Site.php @@ -48,7 +48,7 @@ class Site{
  • cfg["basepath"].'shop/media/'.$agr["fichebim"]).'"> BIM':" "); ?> + echo (($agr["fichebim"] != null)?'cfg["basepath"].'shop/media/'.$agr["fichebim"]).'"> BIM':" "); ?>
  • Vidéo':" "); ?>
  • - -
  • - -
  •  
  • diff --git a/public_html/shop/lib/modules/User.php b/public_html/shop/lib/modules/User.php index f6c4c36..52768a8 100644 --- a/public_html/shop/lib/modules/User.php +++ b/public_html/shop/lib/modules/User.php @@ -124,7 +124,7 @@ class User{ $htmlbody ="Bonjour ".$ex["nom"].",

    Vous avez demandé l'accès au shop du site qube-concretec.lu:
    votre Login: ".$data["email"]."
    votre mot de passe: ".$newpwd."

    Cordialement,
    Webmaster qube-concretec.lu"; - $eml->SendEmail($this->cfg["mail"]["from"],$this->dbh->securetext($email),null,null,"Votre demande de reçevoir accès au shop du site qube-concretec.lu",$htmlbody,null,null); + $eml->SendEmail($this->cfg["mailshop"],$this->dbh->securetext($email),null,null,"Votre demande de reçevoir accès au shop du site qube-concretec.lu",$htmlbody,null,null); $ret = array("status" => "succes","msg" => "
    Nous vous avons envoyés un e-mail avec vos coordonnées d'accès!
    "); //user does not exist in db! } diff --git a/public_html/shop/log/mails/20210817084840_ksaffran@dks.lu.eml b/public_html/shop/log/mails/20210817084840_ksaffran@dks.lu.eml deleted file mode 100644 index 4f4a733..0000000 --- a/public_html/shop/log/mails/20210817084840_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Tue, 17 Aug 2021 08:48:40 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: Shop qube-concretec.lu : Votre demande de recevoir un nouveau mot de passe! -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour Saffran,

    Vous avez demandés un nouveau mot de passe pour le shop du site qube-concretec.lu:
    nouveau mot de passe: cbDc0Z8A7BNf

    Cordialement,
    Webmaster Qube-concretec.lu diff --git a/public_html/shop/log/mails/20210817085235_ksaffran@dks.lu.eml b/public_html/shop/log/mails/20210817085235_ksaffran@dks.lu.eml deleted file mode 100644 index 69b402c..0000000 --- a/public_html/shop/log/mails/20210817085235_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Tue, 17 Aug 2021 08:52:35 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: =?iso-8859-1?Q?Shop_qube-concretec.lu_:_Votre_demande_de_re=C3=A7evoir_un_nouveau_mot_de_passe!?= -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour Saffran,

    Vous avez demandés un nouveau mot de passe pour le shop du site qube-concretec.lu:
    nouveau mot de passe: ioPc33ddMXok

    Cordialement,
    Webmaster Qube-concretec.lu diff --git a/public_html/shop/log/mails/20210817085307_ksaffran@dks.lu.eml b/public_html/shop/log/mails/20210817085307_ksaffran@dks.lu.eml deleted file mode 100644 index cf44a74..0000000 --- a/public_html/shop/log/mails/20210817085307_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Tue, 17 Aug 2021 08:53:07 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: =?iso-8859-1?Q?Shop_qube-concretec.lu_:_Votre_demande_de_re=C3=A7evoir_un_nouveau_mot_de_passe!?= -Message-ID: <7KRKTXjKvhXEgBElXGGWy9LZB3BbN2HGGhsdqCqs02I@localhost> -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour Saffran,

    Vous avez demandés un nouveau mot de passe pour le shop du site qube-concretec.lu:
    nouveau mot de passe: xK6YgfWmnOpk

    Cordialement,
    Webmaster Qube-concretec.lu diff --git a/public_html/shop/log/mails/20210817085716_ksaffran@dks.lu.eml b/public_html/shop/log/mails/20210817085716_ksaffran@dks.lu.eml deleted file mode 100644 index db9c2be..0000000 --- a/public_html/shop/log/mails/20210817085716_ksaffran@dks.lu.eml +++ /dev/null @@ -1,12 +0,0 @@ -Date: Tue, 17 Aug 2021 08:57:16 +0200 -To: ksaffran@dks.lu -From: webmaster@dks.lu -Reply-To: webmaster@dks.lu -Subject: =?iso-8859-1?Q?Shop_qube-concretec.lu_:_Votre_demande_de_re=C3=A7evoir_un_nouveau_mot_de_passe!?= -Message-ID: -X-Mailer: PHPMailer 6.1.8 (https://github.com/PHPMailer/PHPMailer) -MIME-Version: 1.0 -Content-Type: text/html; charset=iso-8859-1 -Content-Transfer-Encoding: 8bit - -Bonjour Saffran,

    Vous avez demandés un nouveau mot de passe pour le shop du site qube-concretec.lu:
    nouveau mot de passe: hC9ctJFj9vlT

    Cordialement,
    Webmaster Qube-concretec.lu diff --git a/public_html/shop/log/sql.log b/public_html/shop/log/sql.log index c0156e7..2953af3 100644 --- a/public_html/shop/log/sql.log +++ b/public_html/shop/log/sql.log @@ -102781,3 +102781,1813 @@ QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se join users us on (se.id_user=us.id) where se.id = '2f363098-6558-4d13-bc56-68f2dcb314ac' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' ; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='127.0.0.1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('23ef83c6-2714-4bbf-837d-3813a324877c','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','127.0.0.1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +le_art,ar.gp_art ASC; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled + from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ec835109-cfa1-4834-8e2e-1b10186c28e9','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: elect ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe + from articles ar + join article_groups ag on (ar.article_group=ag.article) + join groupes gr on (ar.gp_art=gr.gp_art ) + join familles fm on (ar.famille_art=fm.famille_art) + where ar.isactive=1 and ag.isactive =1 + group by ar.famille_art,ar.gp_art + order by ar.famille_art,ar.gp_art ASC; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ec835109-cfa1-4834-8e2e-1b10186c28e9' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled + from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('b2423972-0874-48d5-b3fc-7ded5c4953a6','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: elect ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe + from articles ar + join article_groups ag on (ar.article_group=ag.article) + join groupes gr on (ar.gp_art=gr.gp_art ) + join familles fm on (ar.famille_art=fm.famille_art) + where ar.isactive=1 and ag.isactive =1 + group by ar.famille_art,ar.gp_art + order by ar.famille_art,ar.gp_art ASC; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'b2423972-0874-48d5-b3fc-7ded5c4953a6' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled + from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('218042e2-e9ed-4478-aa6f-c8ff2f359109','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' + from articles ar + join article_groups ag on (ar.article_group=ag.article) + join groupes gr on (ar.gp_art=gr.gp_art ) + join familles fm on (ar.famille_art=fm.famille_art) + where ar.isactive=1 and ag.isactive =1 + group by ar.famille_art,ar.gp_art + order by ar.famille_art,ar.gp_art ASC; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '218042e2-e9ed-4478-aa6f-c8ff2f359109' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled + from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('cbb55647-4c42-4c99-b7b7-7a787f940e7b','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe + from articles ar + join article_groups ag on (ar.article_group=ag.article) + join groupes gr on (ar.gp_art=gr.gp_art ) + join familles fm on (ar.famille_art=fm.famille_art) + where ar.isactive=1 and ag.isactive =1 + group by ar.famille_art,ar.gp_art + order by ar.famille_art,ar.gp_art ASC; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled + from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'cbb55647-4c42-4c99-b7b7-7a787f940e7b' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('a7213c45-37f8-4530-ba88-630b474e3b65','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +lle_art,ar.gp_art ASC; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C403' and famille_art='C4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C403' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C401' and famille_art='C4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C401' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C408' and famille_art='C4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C408' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C407' and famille_art='C4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C4' and gp_art='C407' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&NOF-D08V' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'a7213c45-37f8-4530-ba88-630b474e3b65' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&LOB-F/D2-270' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C213' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim,certificat from article_groups where article='&PCA-L' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C202' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C202' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A102' and famille_art='A1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A1' and gp_art='A102' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C203' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C203' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C216' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C216' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C214' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C214' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C217' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C217' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C218' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C218' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C219' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C219' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C220' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C220' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C225' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C225' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C227' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C227' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C228' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C228' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C231' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C231' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C302' and famille_art='C3' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C302' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C306' and famille_art='C3' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C306' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('ef87fde4-26e2-476c-9a28-c8b976fcf8c0','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C100' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'ef87fde4-26e2-476c-9a28-c8b976fcf8c0' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C100' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select id,usertype from users where lower(useremail)=lower('ksaffran@dks.lu') and userpassword = '0ecf731e2426a8a469f06e9f4a3bcbed6f8071d9d3e3ef7ef5fd9165021e27ec' and userpassword is not null and userpassword != '' and isenabled='1'; +QUERY: select uuid_v4() as sessid; +EXEC: delete from sessions where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and remote_addr='::1' and user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'; +QUERY: INSERT INTO sessions (id, id_user, remoteaddr, useragent, created) VALUES ('adb208af-2256-4304-99b3-919f711e80ba','ef3b63ab-24a5-4972-86fb-8c3a4f36e75c','::1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',CURRENT_TIMESTAMP); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +im ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_de,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_de,gr.titre_fr) as groupe + from articles ar + join article_groups ag on (ar.article_group=ag.article) + join groupes gr on (ar.gp_art=gr.gp_art ) + join familles fm on (ar.famille_art=fm.famille_art) + where ar.isactive=1 and ag.isactive =1 + group by ar.famille_art,ar.gp_art + order by ar.famille_art,ar.gp_art ASC; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='DPS' +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A500' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A500' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A509' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A509' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C1' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C107' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C107' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C111' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C111' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C101' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C101' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C109' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C109' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C105' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C105' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C102' and famille_art='C1' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C1' and gp_art='C102' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A402' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A402' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A5' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A502' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A502' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A510' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A510' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A501' and famille_art='A5' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A5' and gp_art='A501' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C205' and famille_art='C2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C2' and gp_art='C205' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A4' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A405' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A405' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A415' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A415' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A401' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A401' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A400' and famille_art='A4' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A4' and gp_art='A400' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_de,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_de, position(' | ' in ag.titre_de)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='A2' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_de,ag.titre_de,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A201' and famille_art='A2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A201' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +lle_art,ar.gp_art ASC; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select us.nom,us.useremail,us.usertype, us.userlanguage, us.isenabled + from users us where us.id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +EXEC: UPDATE users set userlanguage='fr' WHERE id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c'; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERYARRAY: select ar.gp_art as id,ar.famille_art,coalesce(fm.titre_fr,fm.titre_fr) as famille,ar.gp_art,coalesce(gr.titre_fr,gr.titre_fr) as groupe + from articles ar + join article_groups ag on (ar.article_group=ag.article) + join groupes gr on (ar.gp_art=gr.gp_art ) + join familles fm on (ar.famille_art=fm.famille_art) + where ar.isactive=1 and ag.isactive =1 + group by ar.famille_art,ar.gp_art + order by ar.famille_art,ar.gp_art ASC; +QUERYARRAY: select cladr.client,cladr.adresse_client,concat('(',cladr.client,') ',cladr.nom_1) as name_display from ( + select client,nom_1,nom_2,adresse_client from clients where client in ( + select id_client from clients_contacts cc group by id_client)) cladr + left join (select client from clients_contratcadre group by client) ccc on (cladr.client=ccc.client) where ccc.client is not null order by cladr.nom_1; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select count(*) as cnt from order_articles where id_user='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c' and id_order is null and code_document='RSS' +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select client,CONCAT(client,' | ', nom_1) as dspname,adresse_client from clients where client in (select id_client from clients_contacts cc where useremail in (select useremail from users where id='ef3b63ab-24a5-4972-86fb-8c3a4f36e75c')); +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id,UPPER(ag.article) as article,ag.gp_art,ag.famille_art,coalesce(ag.titre_fr,ag.titre_fr) as titre,replace(ag.image,' ','%20') as image,SUBSTRING(ag.titre_fr, position(' | ' in ag.titre_fr)+3) as qubestr,ag.fichetechnique,ag.brochure,ag.noticemontage,ag.videolink,ag.imgversion,ag.fichebim ,ag.certificat from article_groups ag left join groupes grp on (ag.gp_art=grp.gp_art) where ag.famille_art='C3' and ag.isactive=1 group by ag.id order by ag.gp_art,grp.titre_fr,ag.titre_fr,ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_fr,titre_fr) as titre,coalesce(description_fr,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='C303' and famille_art='C3' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='C3' and gp_art='C303' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYARRAY: select ag.id, UPPER(ag.article) as article, ag.gp_art, ag.famille_art, + coalesce(ag.titre_fr, ag.titre_fr) as titre, + coalesce(ag.description_fr, ag.description_fr) as description, + ag.c01_label, ag.c02_label, ag.c03_label, ag.c03_label, ag.c04_label, ag.c05_label, replace(ag.image, ' ', '%20') as image, + ag.fichetechnique, ag.brochure, ag.noticemontage, ag.videolink, ad.creationdate,ag.imgversion,ag.fichebim ,ag.certificat + from article_groups ag join ( select article as article_group,creationdate from ( select ag2.article,ar2.creationdate as creationdate from articles ar2 join article_groups ag2 on (ar2.article_group=ag2.article) where ag2.isactive= 1 order by ar2.creationdate DESC) ar3 group by article,creationdate order by creationdate DESC LIMIT 10 ) ad on (UPPER(ag.article) = UPPER(ad.article_group)) where ag.isactive = 1 group by ag.id order by ad.creationdate DESC, ag.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = '23ef83c6-2714-4bbf-837d-3813a324877c' and us.isenabled ='1' and se.remoteaddr= '127.0.0.1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' ; +QUERYBYKEY: select ar.id, UPPER(ar.article_group) as article_group, UPPER(ar.article) as article, ar.gp_art, ar.famille_art, ar.c01, ar.c02, ar.c03, ar.c04, ar.c05, ap.prix_net, ar.unite_quantite, ar.qte_stock, qte_commandee, ar.doc_ft, ar.doc_mo, ar.doc_fs, ar.videolink,,ar.doc_cert,ar.doc_bim,ar.doc_bro,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew from articles ar left join article_prices ap on (ar.article = ap.article) where UPPER(article_group) in ('&CAN-SUPER/COL','&CAN-BASE B125 G','&CAN-BASE C250 G','&CAN-OPTIMA G','&CAN-OPTIMA S','&CAN-OPTIMA+ WAVE','&CAN-SELF A15-06','&CAN-SELF B125 G','&CAN-SELF B125-S','&CAN-SUPER D400') and ar.isactive = 1 group by ar.id, ar.article_group, ar.article order by ar.article_group, ar.article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A203' and famille_art='A2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A203' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A208' and famille_art='A2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A208' and isactive=1) group by id,article_group,article order by article_group,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYARRAY: select id,UPPER(article) as article,gp_art,famille_art,coalesce(titre_de,titre_fr) as titre,coalesce(description_de,description_fr) as description,c01_label,c02_label,c03_label,c03_label,c04_label,c05_label,replace(image,' ','%20') as image,imgversion,fichetechnique,brochure,noticemontage,videolink,fichebim ,certificat from article_groups + where gp_art='A210' and famille_art='A2' and isactive=1 order by titre,article; +QUERY: select se.id as sid,se.id_user,se.sessiondata,us.usertype,us.userlanguage from sessions se + join users us on (se.id_user=us.id) + where se.id = 'adb208af-2256-4304-99b3-919f711e80ba' and us.isenabled ='1' and se.remoteaddr= '::1' and se.useragent ='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' ; +QUERYBYKEY: select ar.id,UPPER(ar.article_group) as article_group,UPPER(ar.article) as article,ar.gp_art,ar.famille_art,ar.c01,ar.c02,ar.c03,ar.c04,ar.c05,ap.prix_net,ar.unite_quantite,qte_stock,qte_commandee,ar.doc_ft,ar.doc_mo,ar.doc_fs,case when ar.creationdate + INTERVAL 1 month > CURRENT_DATE then 1 else null end as isnew,ar.videolink,ar.doc_cert,ar.doc_bim,ar.doc_bro from articles ar left join article_prices ap on (ar.article=ap.article) where ar.isactive=1 and ar.article_group in (select article from article_groups where famille_art='A2' and gp_art='A210' and isactive=1) group by id,article_group,article order by article_group,article; diff --git a/public_html/shop/tmpl/js/profile.js b/public_html/shop/tmpl/js/profile.js index 535ce7e..1dcd8b2 100644 --- a/public_html/shop/tmpl/js/profile.js +++ b/public_html/shop/tmpl/js/profile.js @@ -119,6 +119,7 @@ let profile ={ sec.style.display = 'none'; } console.log("UserData",data); + document.getElementById("users_useremail").value=data.data["useremail"]; profile.selects["users_userlanguage"].set(data.data["userlanguage"]); }); diff --git a/public_html/shop/tmpl/js/shop.js b/public_html/shop/tmpl/js/shop.js index 8195974..db451cf 100644 --- a/public_html/shop/tmpl/js/shop.js +++ b/public_html/shop/tmpl/js/shop.js @@ -140,7 +140,7 @@ let shop= { getgrouptbldata: function(id){ postData({"cl":"ArticleGroups","fn":"getPublishedGroups","lang":"{{lang}}"}).then(data => { - //console.log("tt",data.data); + console.log("tt",data.data); shop.tblgroups.setData(data.data).then(tblres => { }); shop.tblmobilegroups.setData(data.data).then(tblres => { }); }).catch(e => { console.log(e)}); @@ -216,6 +216,8 @@ let shop= { strartgrp += ((grpdata.brochure != null)?'':''); strartgrp += ((grpdata.fichetechnique != null)?'':''); strartgrp += ((grpdata.noticemontage != null)?'':''); + strartgrp += ((grpdata.fichebim != null)?'':''); + strartgrp += ((grpdata.certificat != null)?'':''); strartgrp += ((grpdata.videolink != null)?'':''); strartgrp += ''+ ''+ ''; //hide-large @@ -468,7 +470,12 @@ let shop= { }, openpdf: function(pdfname){ var windowReference = window.open(); - windowReference.location = 'media/'+ pdfname; + if (/^http/.test(pdfname)){ + windowReference.location = pdfname; + } else if (/\.pdf/.test(pdfname)){ + windowReference.location = 'https://qube-concretec.eu/shop/media/'+ pdfname; + } + }, opensidebar(top,bottom){ console.log("open via shop",top,bottom); diff --git a/public_html/testmail.php b/public_html/testmail.php new file mode 100644 index 0000000..7654e3b --- /dev/null +++ b/public_html/testmail.php @@ -0,0 +1,61 @@ +do_debug = SMTP::DEBUG_CONNECTION; + try { + //Connect to an SMTP server + if (!$smtp->connect($maildata["server"], $maildata["port"])) { + throw new Exception('Connect failed'); + } + //Say hello + if (!$smtp->hello(gethostname())) { + throw new Exception('EHLO failed: ' . $smtp->getError()['error']); + } + //Get the list of ESMTP services the server offers + $e = $smtp->getServerExtList(); + //If server can do TLS encryption, use it + if (is_array($e) && array_key_exists('STARTTLS', $e)) { + $tlsok = $smtp->startTLS(); + if (!$tlsok) { + throw new Exception('Failed to start encryption: ' . $smtp->getError()['error']); + } + //Repeat EHLO after STARTTLS + if (!$smtp->hello(gethostname())) { + throw new Exception('EHLO (2) failed: ' . $smtp->getError()['error']); + } + //Get new capabilities list, which will usually now include AUTH if it didn't before + $e = $smtp->getServerExtList(); + } + //If server supports authentication, do it (even if no encryption) + if (is_array($e) && array_key_exists('AUTH', $e)) { + if ($smtp->authenticate($maildata["login"], $maildata["password"])) { + echo "Connected ok!"; + } else { + throw new Exception('Authentication failed: ' . $smtp->getError()['error']); + } + } + } catch (Exception $e) { + echo 'SMTP error: ' . $e->getMessage(), "\n"; + } + } + + include('shop/lib/config.php'); + testLogin($cfg["maildps"]); + echo "
    ==============<\br>\n\n"; + testLogin($cfg["mailshop"]); + echo "
    ==============<\br>\n\n"; + echo "Test Send E-Mail"; + include("shop/lib/email.php"); + $eml = new Email(null,$cfg); + $eml->sendEmail($cfg["maildps"],"ksaffran@dks.lu",null,null,"TEST EMail","Test E-Mail","Test E-Mail",null); +?> \ No newline at end of file -- 2.39.5