Показать сообщение отдельно
Старый 31.03.2010, 10:16   #4  
oip is offline
oip
Axapta
Лучший по профессии 2014
 
2,564 / 1416 (53) ++++++++
Регистрация: 28.11.2005
Записей в блоге: 1
Just to make it clear for you. See the "Select statement" article in the Dev Guide:

Цитата:
Field select

It is also possible to use a select statement in a lookup on a field. After a select statement that fetched a record in a table, you can write .field name to reference a field in the table.

Notice the difference between the normal select and the field select. The field select operates directly on a table, whereas the select statement operates on a table variable.