bcarneyAEP
New member
- Local time
- Today, 09:58
- Joined
- Feb 1, 2012
- Messages
- 8
I am new to SQL and trying to convert a process that is currently run using Access and Excel. I've run into one issue, Excel has a process that evaluates a number of cells and returns a single yes (TRUE) or no (FALSE) in a diffrent cell. I have not been able to figure out how to do this in an SQL query. Any ideas? Here's what I am looking to due in an SQL select query
Rec col1 col2 col3 New COL3 (RESULTS)
1 TRUE TRUE TRUE TRUE
2 TRUE FALSE TRUE TRUE
3 FALSE FALSE TRUE TRUE
4 FALSE FALSE FALSE FALSE
Thanks in advance
Brian
Rec col1 col2 col3 New COL3 (RESULTS)
1 TRUE TRUE TRUE TRUE
2 TRUE FALSE TRUE TRUE
3 FALSE FALSE TRUE TRUE
4 FALSE FALSE FALSE FALSE
Thanks in advance
Brian