Please satisfy a curiosity for me

If I prepare

Select 2 + 2 from Tbl;

Will the prepared code be the same as

Select 4 from Tbl;

Or is the 2+2 calculated at every step?

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to