Forums

2 - don't use the WHERE word.

bambid 09 Apr, 2012
Hello

I've updatet to the newest Version of Chrono Connectivity.
Now i got a problem, how can i do a selection, without use the WHERE Word.

I've tried a lot of diffrent selections, but it did not work:
SELECT * 'Kategorie' = Diverses;
'Kategorie' = Diverses;
SELECT 'Kategorie' = Diverses;
SELECT * Kategorie = 'Diverses';
SELECT * WHERE 'Kategorie' = Diverses;
... aso.

What could i do that it works?

Best Regards
bambid
GreyHead 10 Apr, 2012
Hi bambid,

And no SELECT either, just `Kategorie` = 'Diverses' - but get the quotes right or it won't work.

Bob
bambid 11 Apr, 2012
Thanks Bob

That was the way.
This topic is locked and no more replies can be posted.