Hi,
I have a table with a field called 'notes-id', however if I do a query such as:
select * from PUB_oa_sltrans where notes-id = '00712518118'
I get the following errors:
Msg 207, Level 16, State 1, Line 1 Invalid column name 'notes'. Msg 207, Level 16, State 1, Line 1 Invalid column name 'id'.
Is there any way I can write this query so I don't get errors?
Cheers
Paul