Datensatz Case-Sesitive abfragen
ID | 79 |
---|---|
Link Reference | Not set |
Link Credits | Not set |
Link Technical Documentation | Not set |
PlCodelang | T-SQL |
PlGroup | Datenbank, Collation |
PlItemTitle | Datensatz Case-Sesitive abfragen |
Code | -- Table containing Values -- content (column) -- a -- A SELECT content FROM myTable WHERE content='A' COLLATE SQL_Latin1_General_CP1_CS_AS -- Result: A |
Result Example |