Alan_change_little_to_big Guest
|
Posted: Thu Jul 01, 2004 8:58 pm Post subject: SQL, is it possible? |
|
|
I have two update queries
update mytable set textYesNo="Yes" where boolYesNo=true
update mytable set textYesNo="No" where boolYesNo=false
is it possible to combine these into one piece of SQL?
|
|