create tmp table - how to use?

This is a discussion on create tmp table - how to use? within the MySQL Database forums, part of the Database Forums category; One of the user privileges is 'create_tmp_table'. Is there any build-in function to create temporary table? Jaro...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-08-2006
Jarek Mielcarek
 
Posts: n/a
Default create tmp table - how to use?

One of the user privileges is 'create_tmp_table'. Is there any build-in
function to create temporary table?

Jaro
Reply With Quote
  #2 (permalink)  
Old 09-08-2006
Gordon Burditt
 
Posts: n/a
Default Re: create tmp table - how to use?

>One of the user privileges is 'create_tmp_table'. Is there any build-in
>function to create temporary table?


How about:

CREATE TEMPORARY TABLE foo (
spammer_id int not null primary key,
spammer_ip varchar(15) not null
);

Reply With Quote
  #3 (permalink)  
Old 09-08-2006
Luuk
 
Posts: n/a
Default Re: create tmp table - how to use?


"Gordon Burditt" <gordonb.a1ipg@burditt.org> schreef in bericht
news:12g2lo9f5trci75@corp.supernews.com...
> >One of the user privileges is 'create_tmp_table'. Is there any build-in
>>function to create temporary table?

>
> How about:
>
> CREATE TEMPORARY TABLE foo (
> spammer_id int not null primary key,
> spammer_ip varchar(15) not null
> );
>



is spamming a TEMPORARY issue?

;-)


Reply With Quote
  #4 (permalink)  
Old 09-09-2006
Gordon Burditt
 
Posts: n/a
Default Re: create tmp table - how to use?

>> >One of the user privileges is 'create_tmp_table'. Is there any build-in
>>>function to create temporary table?

>>
>> How about:
>>
>> CREATE TEMPORARY TABLE foo (
>> spammer_id int not null primary key,
>> spammer_ip varchar(15) not null
>> );
>>

>
>
>is spamming a TEMPORARY issue?


The current consolidated block list (which is generated from a number
of tables, then stuck in a dbm file used by sendmail) is a temporary
thing.

Gordon L. Burditt
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:22 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0