In the following expression:

SELECT MAX(X) AS MaxX, MAX(X)/MIN(X) AS RatioX

does the MAX(X) get calculated twice, or does SQLite identify that it is the 
same number and do it only once?

Thanks,
— James
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to