I'm trying to select data from a table using cfquery. I want to rename a few of the columns using variables, such as:
SELECT
fy as FY,
fy1_amount as #variables.FYPlus1#
FROM
tabledata
I then want to export the result to Excel.
I've looked at:
I've tried the code in both of these sites and still can't get anything to work.
Thanks,
Sherry
SELECT
fy as FY,
fy1_amount as #variables.FYPlus1#
FROM
tabledata
I then want to export the result to Excel.
I've looked at:
I've tried the code in both of these sites and still can't get anything to work.
Thanks,
Sherry