Reserved Words in CFQuery
ColdFusion reserves certain words and terms for internal use. Using them in a database can cause problems with the CFQUERY properties. For instance, RecordCount, ColumnList and/or CurrentRow cannot be used as column names.
For more information, see Allaire Article 14474