Rodrigo De León wrote:
> On 10/1/07, Abandoned <[EMAIL PROTECTED]> wrote:
>> Hi..
>> I have a id list and id list have 2 million dinamic elements..
>> I want to select what id have point..
>> I try:
>>
>> SELECT id, point FROM table WHERE id in (IDLIST)
>>
>> This is working but too slowly and i ne
On 10/1/07, Abandoned <[EMAIL PROTECTED]> wrote:
> Hi..
> I have a id list and id list have 2 million dinamic elements..
> I want to select what id have point..
> I try:
>
> SELECT id, point FROM table WHERE id in (IDLIST)
>
> This is working but too slowly and i need to performance..
>
> I'm sorry
On 10/1/07, Abandoned <[EMAIL PROTECTED]> wrote:
> Hi..
> I have a id list and id list have 2 million dinamic elements..
> I want to select what id have point..
> I try:
>
> SELECT id, point FROM table WHERE id in (IDLIST)
>
> This is working but too slowly and i need to performance..
>
> I'm sorry
Hi..
I have a id list and id list have 2 million dinamic elements..
I want to select what id have point..
I try:
SELECT id, point FROM table WHERE id in (IDLIST)
This is working but too slowly and i need to performance..
I'm sorry my bad english.
King regards..
---(end