![]() |
Sergey Kornilov admin 5/3/2007 |
I need more info on this. Post exact error message and both tables structure here. |
S
|
stealthwifi author 5/8/2007 |
I need more info on this. Post exact error message and both tables structure here.
|
![]() |
Sergey Kornilov admin 5/8/2007 |
You need to fix SQL query providing unique names or aliases to all fields that exist in both tables. select Policy.*, |
S
|
stealthwifi author 5/9/2007 |
You need to fix SQL query providing unique names or aliases to all fields that exist in both tables. I would recommend to avoid "select *" queries at all costs. select Policy.*,
|