Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Duplicates
Message
From
04/05/2010 17:09:05
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01462570
Message ID:
01463116
Views:
24
>>>If you want to add this to the select, then
>>>
>>>select Name, cast(0 as I) as IDField from myTable group by Name having count(*) > 1 into cursor csrDups readwrite
>>>
>>>replace all IDField with recno() in csrDups
>>
>>
>>im Tryin that (the 1st line) but im not too sure the query is liking that cast
>
>Do you get an error?

yea i did synax error nothing two big
Select fname,Cast(0 as 1) as clientid from otest;
group by fname having count (*)>1;
into cursor csrdups readwrite
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform