Microsoft
Software
Hardware
Network
Question : Any for columns??
I want to return a 'Y' if they failed any test. ?? represents any test. The issue i am having is if they fail more than one test. Hoping to resolve that with any.
select emplid, 'Y' as result from emps where any(??) =''fail' group by emplid
emps database
emplid Math english ss
123 fail fail pass
234 pass pass fail
345 fail fail fail
Answer : Any for columns??
Here you go. Vba code is behind the Sheet1.
Random Solutions
map with push pins
How do I add a due date column, and sort by the document date in AR Statements?
How can i add column name in list generic?
Change CAS array name in exchange 2010
Can XM be read from a string in memory instead of a file location? - C#
How can I reference information from one sheet to another by values selected in a drop down menu
How can I prevent changes to web browser proxy settings?
How can I find the position of the first occurance of a numeric charater in a string with PHP?
Should I make a Drupal Theme from scratch?
Regular expression and dash in JavaScript