Tag suchen

Tag:

Tag mongoshell

MongoDB – einfache Abfragen in der Mongoshell 09.05.2025 08:39:44

datenbanken collection how-to-do mongoshell regex anleitung mongodb tutorial norwegen
Was ist MongoDB? MongoDB ist wie eine sehr große, flexible Schubladenkommode für deine Daten. Stell dir vor, jede Schublade ist eine Art Ordner, den wir „Collection“ nennen. In diese Ordner kannst du Informationen ablegen, die zusammengehören, zum Beispiel alle Kundendaten oder alle Produktinformationen. Das Besondere ist, dass du in di... mehr auf sven-essen.de

MongoDB count entries with search word 19.10.2023 10:03:16

suche informatik linux search collection mongoshell mongodb
db.scfi.find({„Titel“:{$regex: „Charlotte“, $options:’i‘}}).count() To find all entries with the word „Charlotte“, case-sensitive in the collection „Titel“ (German word for title, headline)... mehr auf sven-essen.de