Question : DB2 Equivalent of Brackets in Access

I need to convert an Access query into a DB2 query. Currently my query contains lots of brackets around fielld names that contain spaces (i.e. [abc def]). DB2 doesn't like those brackets. What's the equivalent DB2 syntax?

Answer : DB2 Equivalent of Brackets in Access

double quotes "abc def"
Random Solutions  
 
programming4us programming4us