Article ID: 106659
Article Last Modified on 12/3/2003
CREATE TABLE test ;
(type C(20), price N(5))
INSERT INTO test (type, price) ;
VALUES ('DESKTOP', 1500)
INSERT INTO test (type, price) ;
VALUES ('LAPTOP', 2000)
INSERT INTO test (type, price) ;
VALUES ('DESKTOP', 4000)IIF(test.type = 'DESKTOP',1,0)
IIF(test.type = 'DESKTOP',test.price,0)
Additional query words: VFoxWin FoxDos FoxWin akz
Keywords: KB106659