Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting DISTINCT
Message
From
05/10/2000 14:03:03
 
 
To
05/10/2000 10:21:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00425306
Message ID:
00425440
Views:
12
Wouldn't this select do the same thing, only faster:
select * from view1 where year = "2001" and acc_field like "5%"

and if exact is set off, like "5%" could be replaced with = "5".
If you need distinct before the *, that would mean that you must have entire rows duplicated, which would signal a db design flaw (my opinion).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform