Hi,
I am using the SQL Expression Editor in ver 8.5 and my problem is when I type in the SQL expression into the text box I am getting a syntax error on the first line of the SELECT statement.
I have used the same syntax as the help text displays to use but it still gives me an error.
I noticed that the help text uses single quotes around column names but that the SQL Expression Editor places double quotes around the column name when I double click a column to be added. But I get the same error no matter which set of quotes I use.
Can anyone shed any light on this error.
The statement is
SELECT
TSP_COMPONENTS.'NAME'
FROM
'TSP_COMPONENTS' TSP_COMPONENTS
WHERE
TSP_COMPONENTS.'ID' = TSP_TIMEENTRIES.'IDS_1'
Any help would be greatly appreciated, is this a quirk or am I being completely dense?
Thanks a bunch
Johnie
I am using the SQL Expression Editor in ver 8.5 and my problem is when I type in the SQL expression into the text box I am getting a syntax error on the first line of the SELECT statement.
I have used the same syntax as the help text displays to use but it still gives me an error.
I noticed that the help text uses single quotes around column names but that the SQL Expression Editor places double quotes around the column name when I double click a column to be added. But I get the same error no matter which set of quotes I use.
Can anyone shed any light on this error.
The statement is
SELECT
TSP_COMPONENTS.'NAME'
FROM
'TSP_COMPONENTS' TSP_COMPONENTS
WHERE
TSP_COMPONENTS.'ID' = TSP_TIMEENTRIES.'IDS_1'
Any help would be greatly appreciated, is this a quirk or am I being completely dense?
Thanks a bunch
Johnie