> In the query: > > select field, length(field) from table where length(field) < 10; > > How many times is the length() function called for each row? Once or > twice?
Pretty sure it'll be twice.
In response to
SQL question at 2002-01-26 01:27:16 from Bolt Thrower