RE: Copy Record command

2001-06-29 Thread Klein, Tracy ISTA:EX
Original Message- From: Rolf Hopkins [mailto:[EMAIL PROTECTED]] Sent: June 26, 2001 5:59 PM To: Klein, Tracy ISTA:EX; [EMAIL PROTECTED] Subject: Re: Copy Record command Don't know what a COPY RECORD command is but my best guess is that you are looking for a create table with a select clause

Copy Record command

2001-06-26 Thread Klein, Tracy ISTA:EX
Hello, I cannot find a COPY RECORD command in www.mysql.com - is it to be found under another name? I have a 49 field record I have to create this morning. Ugh. - Before posting, please check: http://www.mysql.com/manual.php

general user Q

2001-06-25 Thread Klein, Tracy ISTA:EX
Hi, I'm a user of MySQL and I'm wondering if there's a page somewhere that lists and describes the general basic commands in SQL. I'm particularly interested in finding out if there's a copy command so I don't have to use the insert command to create large records (with about 25 fields...). Than