SELECT champ_de recherche FROM table WHERE champ_de recherche LIKE <<nom_du_libelle>>
Exemple : RECHERCHE GUIDEE PAR COTE
SELECT biblio.datecreated AS Date_creation, biblio.title AS Titre, biblio.author AS Auteur, items.itemcallnumber AS Cote FROM items , biblio, biblioitems WHERE itemcallnumber LIKE <<cote>> AND biblio.biblionumber = items.biblionumber AND biblioitems.biblionumber = items.biblionumber
Astuce de recherche : Utiliser la troncature gauche et droite % pour rechercher sur une série de cote : %A% ou _A% pour rechercher à gauche sur 1 caractère