Something seems weird -- SQL -- RESOLVED! due to silly typo

I wrote some very very basic “select * from [tblName]” ( MS SQL Server) SQL statements for about 10 tables with

<cfquery name="getTBL1">
select * from [tblName]
</cfquery>
<cfdump var="getTBL1">

Note: datasource has been defined via app framework.

Output:
The first two query and dump works, however, starting from the third query and dump, I received this err msg:
"

you need to define the attribute SQL or define the SQL in the body of the tag"

What gives?

you need ## in your dump