| |
The 5 most consulted FAQ : select distinct * from faq, asso_faq_version where asso_faq_version.id_faq=faq.id_faq and faq.active=1 and faq.id_produit like '%' and asso_faq_version.id_v like '%' and faq.question_us <>'' order by faq.nb_consult desc limit 0,5
N° | Product | Version |
Context |
Question | | SketchUp Pro | All versions | Configuration
| | | Art•lantis 4.x | 4.5 | Import / Export
| | | Art•lantis 4.x | 4.5 | Import / Export
| | | Art•lantis 4.x | 4.5 | Install / Uninstall
| | | Art•lantis 4.x | 4.5 | Using
| | 5 element(s)
The 5 most recent FAQ : SELECT DISTINCT faq.num_faq, faq.id_faq , faq.date_crea, faq.id_produit, asso_faq_version.id_v, faq.question
FROM (faq INNER JOIN asso_faq_version ON faq.id_faq = asso_faq_version.id_faq) INNER JOIN asso_sites_produits ON faq.id_produit = asso_sites_produits.id_produit
WHERE (((faq.active)=1) AND ((faq.question)<>''))
ORDER BY faq.date_crea desc limit 0,5
N° | Product | Version |
Context |
Question | | Artlantis R | 1.2 | Import / Export
| | | Artlantis Render | 2.0 | Import / Export
| | | Artlantis Studio | 2.0 | Import / Export
| | | Artlantis Studio | 1.2 | Import / Export
| | | Artlantis Render | 2.0 | Display
| | 5 element(s) |
| |
|
|