Subject | Re: 'when' conditions limits in case expression |
---|---|
Author | Cristiano |
Post date | 2012-03-07T11:34:09Z |
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer <ts@...> wrote:
I have to classify some records (about 300k) in many categories (nearly 200). So, I thought do this directly in the select statement (using case clause). However, write a query with 200 conditions "when ... then..." to, at the end, the debugger tell you that you reached the conditions limits is kind annoying.
Thanks.
> Is your question theoretical for some kind of case study or DBMSIn really, is a practical question.
> comparison thingy or did you hit a limit already? Just curious. ;-)
I have to classify some records (about 300k) in many categories (nearly 200). So, I thought do this directly in the select statement (using case clause). However, write a query with 200 conditions "when ... then..." to, at the end, the debugger tell you that you reached the conditions limits is kind annoying.
Thanks.