Registriert seit: 3. Mai 2007
Ort: Bonn
169 Beiträge
|
Re: sql problem
17. Mai 2009, 00:22

Zitat von omata:

Zitat von Desmulator:
Probiers so :
select * from `daten` where `tabelle` = 'Test'
Dann ist aber die Groß-/Kleinschreibung zu beachten!
select * from `daten` where `TABELLE` = 'Test'
Lars There are 10 kinds of people in the world:
those who get binary, and those who don’t.
|