Is there any benefit in specifying table names in queries?  I
understand in the case where a field with the same name is present in
two tables in the same query, but is there any point in a single table
query?

SELECT TableName.fieldname
FROM TableName

or

SELECT fieldname
FROM TableName

Cheers,

Chad

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to