Hi, This is the first time I have used the sql expression field and I am having trouble with the following simple select statement.
select sum("AST_Asset"."Asset_ID_") from table "AST_Asset" where AST_Asset."AST_Asset"."Type" = "ROUTER"
It keeps saying that there is an incorrect syntax near the keyword select. I can't see it ! Can enyone see it.
I bet this is easy once you know. Sorry if I am being dim.
select sum("AST_Asset"."Asset_ID_") from table "AST_Asset" where AST_Asset."AST_Asset"."Type" = "ROUTER"
It keeps saying that there is an incorrect syntax near the keyword select. I can't see it ! Can enyone see it.
I bet this is easy once you know. Sorry if I am being dim.