Skip to main content
Participating Frequently
January 9, 2017
Question

Builder: inconsistent code coloring

  • January 9, 2017
  • 0 replies
  • 236 views

SELECT #tonsn#.OtherNumSysName, #tonsnn#.OtherNumSysNum, #tonsnn#.ID

  FROM #tonsnn# LEFT JOIN #tonsn# ON #tonsnn#.OtherNumSysName = #tonsn#.ID

  WHERE #tonsnn#.mainID=<cfqueryparam value="#URL.which#" cfsqltype="cf_sql_integer">

  ORDER BY #tonsn#.OtherNumSysName;

What's up with this?

This topic has been closed for replies.