Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

ist es im sql möglich abfragen case-sensitive zu gestalten? also wenn ich zwei felder miteinander vergleich, sagen wir mal "Stange" und "stange" sollen die als ungleich gelten, SQL sagt mir leider, dass sie identisch sind :beagolisc

gib deinen tabellen bzw deiner db eine andere kollation (natürlich eine die case sensitive ist) aber aufpassen alle tabellen und dbs die du miteinander vergleichst MÜSSEN die gleich kollation haben

was ist eine kollation ? das textfeldformat ?

benutzt du phpmyadmin ????

da kannst du wenn du ne datenbank erstellst und/oder ne tabelle erstellst ne kollation auswählen das sind die erlaubten zeichen und da sind welche dabei die cs und ci sind

ehm oh vielleicht hätte ich erwähnen sollen, dass es um eine ms-access datenbankabfrage geht :hells:

ah ok dann ka :)

habs allein hinbekommen :)

klar :P

habs hier nachgelesen

http://support.microsoft.com/kb/244693/en-us

mit einer access datenbank mit den tabellen tbl_1 und tbl_2 mit den datenfeldern id1 sowie id2 und text1 und text2 würde das dann so aussehen


SELECT text1, text2 FROM tbl_1, tbl_2 WHERE tbl_1.id1=tbl_2.id2 And StrComp(tbl_1.text1,tbl_2.text2,0)=1;
[/PHP]

hmm leider is mir grad aufgefallen, dass das bei mir nur beim ersten Buchstabe des Strings funktioniert :/

klar :P

habs hier nachgelesen

http://support.microsoft.com/kb/244693/en-us

mit einer access datenbank mit den tabellen tbl_1 und tbl_2 mit den datenfeldern id1 sowie id2 und text1 und text2 würde das dann so aussehen


SELECT text1, text2 FROM tbl_1, tbl_2 WHERE tbl_1.id1=tbl_2.id2 And StrComp(tbl_1.text1,tbl_2.text2,0)=1;
[/PHP]

problem gelöst, richtiger query:

[PHP]SELECT text1, text2 FROM tbl_1, tbl_2 WHERE tbl_1.id1=tbl_2.id2 And StrComp(tbl_1.text1,tbl_2.text2,0)<>0

:D

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.