I am trying to do a select statement and I am using the following format:
select *
from database
where something = '1998'
However, the problem is the word select turns blue like it should, but the words from and where do not and the statement does not work. However, if I go to the SQL server and run the exact same statement, it works great. Can anyone help? If need be, I will send you the exact code if that would help.
select *
from database
where something = '1998'
However, the problem is the word select turns blue like it should, but the words from and where do not and the statement does not work. However, if I go to the SQL server and run the exact same statement, it works great. Can anyone help? If need be, I will send you the exact code if that would help.