Tag suchen

Tag:

Tag mongoshell

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

regex mongoshell anleitung mongodb datenbanken how-to-do collection norwegen tutorial
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

collection search mongodb mongoshell suche linux informatik
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