Hi, George...
The host server is running: "Windows Server 8, version 6".
I had wondered if the case statements are the problem.
This code I'm trying to run is on a website, I'm not sure if that is the issue either.
The actual database that I am accessing is an Access 2000 .mdb
But my...
okie-dokie...
So, I tried both above examples and am getting a "Missing Operator" error.
At this point, I am wondering if it makes a difference that this is SQL being used on the Internet compared to Access vb or whatever. Normally my SQL can be used anywhere, but I'm stuck.
Thanks in advance...
Your post is right on to what I am looking for, but when I plug in the statement, I am getting a missing operator error. Here is my query:
SELECT ID,
case when FB_chk Then ' FB_chk=True' else '' end
+ case when TW_chk Then ' TW_chk=True' else '' end
+ case when PI_chk Then '...
Hi, Need help in an SQL problem:
I have a table that has individual records, There are 29 fields.
One is a unique ID, 14 are True/False and 14 are text.
Using a query to find one record, I'd like the SQL to Display only the fields that are True.
So, in an example:
SELECT *
FROM table
WHERE ID =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.