script into database
From: E (epascal_at_triad.rr.com)
Date: 04/16/04
- Next message: Tim Johnson: "RE: Invalid character value for cast specification"
- Previous message: Jeffrey Seger: "RE: Invalid character value for cast specification"
- Next in thread: E: "Re: script into database"
- Reply: E: "Re: script into database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Apr 2004 04:00:28 GMT
I have two tables and i want join the two of the primary id's in to one
table. the database is mysql.
ex.
Table Item (ID int(10) NOT NULL auto_increment)
Table Actor(ID int(10) NOT NULL auto_increment)
to go in to
Table actor_item(actor_id, item_id)
so i was wondering the perl script to do that
- Next message: Tim Johnson: "RE: Invalid character value for cast specification"
- Previous message: Jeffrey Seger: "RE: Invalid character value for cast specification"
- Next in thread: E: "Re: script into database"
- Reply: E: "Re: script into database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]