| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Curt W. Zirzow | Date: | March 24 1999 8:04pm |
| Subject: | Query performance with functions | ||
| View as plain text | |||
Hello, I noticed that in the latest version of mysql that you no longer can use the column alias inside the where clause. Does this (ie. In the following query) cause the function be called in both cases or would it be called once and aliased in the where clause? select function(column) as column_alias from table where function(column) > 0 Curt.
| Thread | ||
|---|---|---|
| • Query performance with functions | Curt W. Zirzow | 25 Mar |
| • Query performance with functions | Michael Widenius | 25 Mar |
| • Re: Query performance with functions | Eric Savage | 25 Mar |
