Is there a way to replace 'True' with '3' and 'False' with '2' in a SQL Select statement?
I have a table with a column of True/False values. I'm pulling values out of this table for an EDI data import .csv file that expects 3/2 instead of True/False.
Start Free Trial