Hi,
I m running a simple DQL query as SELECT id, name, address FROM dbo.MyTable but showing following error
Error occured during query execution :[DM_QUERY_E_SYNTAX]error: "A Parser Error (syntax error) has occurred in the vicinity of: SELECT id,"
where it is successfully showing output for same table with SELECT * FROM dbo.MyTable, Can anybody tell the reason for this.