Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DISTINCTROW

Status
Not open for further replies.

gcastillo

Programmer
Jun 9, 2000
127
0
0
MX
I have never used Fox Pro before, and now I need to do a query that, in Access, uses DISTINCTROW as instruction. I can't make this operator to work in VF, is there some operator like this one? Thanks!
 
If you are referring to the SQL SELECT statement, then try using SELECT DISTINCT, not DISTINCTROW.

If you have been using SQL commands in Access, you will find some differences in how similar commands are used in VFP. VFP uses a more standard syntax than Access does. In other words, VRP's SQL commands are a lot more like SQL Server, Oracle, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top