Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL statement behaving bizzare
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL statement behaving bizzare
Miscellaneous
Thread ID:
00663201
Message ID:
00663201
Views:
42
My select - sql statement is having a bizzare behavior. If I execute the following command in my command window, 3 items are returned:
		 		 SELECT DISTINCT op_vendor ;
		 			 FROM o_ord_pay WHERE op_flag_1 = 3 ;
		 			 	AND op_flag_2 = 4 ;
		 			 		ORDER BY O_ord_pay.op_vendor
It returns 7690, AMERICAN FILING SYSTEM and MOORE which is correct.

If I issue this command in application through command button I only get one item to display AMERICAN FILING SYSTEM. I don't understand it, the data hasn't changed.


Thanks
Nick Patel
Next
Reply
Map
View

Click here to load this message in the networking platform