![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, is it possible to join a table/view with table function, which has parameters? Something like select u.*, func_result.* from users u left join func_get_some_user_data(u.id) func_result on 1=1 the problem is, i cannot reference u.id field in function call. "There is an entry for table "u", but it cannot be referenced from this part of the query" func_get_some_user_data is a table function returning set of record (i know i skipped the part, that describes the record) |
![]() |
| Thread Tools | |
| Display Modes | |
| |