I don't have any cheet sheets with me, but I need to do a simple query and have an 
addition statement in the SELECT statment of a query.

Something like:

SELECT, column1, column2 + 3 AS NewQty
FROM.....

Basically column2 is a numeric value and I want to add a number to it and rename the 
Column to NewQty.

Does anyone have the correct sytax?

Thanks!

Paul Giesenhagen
QuillDesign


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to