May 17, 2007 #1 hotzambo Programmer May 17, 2007 6 IT Hi. Another problem... I try to use sql statement case. case when col = 1 then 'aaa' else 'bbb' end This is not supported in Pervasive ? Any replacement ? Thanks. Alessandro Zambonin from Ravenna, Italy !!!
Hi. Another problem... I try to use sql statement case. case when col = 1 then 'aaa' else 'bbb' end This is not supported in Pervasive ? Any replacement ? Thanks. Alessandro Zambonin from Ravenna, Italy !!!
May 17, 2007 #2 mirtheil Programmer Jun 20, 2001 1,556 US Use the IF statement. Check out http://www.pervasive.com/library for the SQL syntax of Pervasive. Mirtheil Certified Pervasive Developer Certified Pervasive Technician http://www.mirtheil.com Upvote 0 Downvote
Use the IF statement. Check out http://www.pervasive.com/library for the SQL syntax of Pervasive. Mirtheil Certified Pervasive Developer Certified Pervasive Technician http://www.mirtheil.com