sql server - Equivalent T-SQL to Microsoft Access -


i trying replicate t-sql script written in microsoft sql server management studio microsoft access query design.

i have pretty figured out of script except following;

convert(char, 'approved') status 

or rather

status = 'approved' 

how write of 2 microsoft access sql designer?


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -