Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count number
Message
From
23/02/2000 00:22:43
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00335161
Message ID:
00335808
Views:
13
> So, Select *, recno() from table1 inner join table2 on ... Would not work? Thanks for this warning.

It works, but recno() is applied to table1. Anyway, this is just an observation, not a documented behavior.

It's better to avoid any functions like recno(), deleted(), etc that can be confused by the current alias (which is never
known precisely in a SELECT statement). Worth noticing that these functions cannot be used with an alias
as param in a SELECT.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform