On Fri, May 31, 2013 at 11:38 AM, Dave Wellman <[email protected]>wrote:
> Running the following SQL does not seem to give consistent results. > select stepid ,'STEPID'||stepid ,stepid+5 ,'STEPID'||stepid+5 > ,'STEPID'||5 > > Maybe for column D you intended to say: 'STEPID'||(stepid+5) -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

