Shell script for adding a table in mysql with 10,000 lines ... pls help

Hi ,

I am new to shell scripting . I need to write a shell script in sql to add 10,000 lines of data in a table . Pls help guys :slight_smile:

---------- Post updated at 07:08 PM ---------- Previous update was at 03:40 PM ----------

guys please help !!!

Start by showing us what you did so far, your are not to expect us to do the work for you... the forum is to help people with their work not doing the work for them...

1 Like

The sql command to add rows is INSERT . Whatever type of SQL interpreter or RDBMS you are using, you will have to consider this too. As first step you should get familiar with SQL and try if this works.

Edit:
As VBE mentioned, show some effort, thanks.

1 Like

Sure man !! sorry ... got the answer by browsing through the internet !! will post the code also when i am trying something next time ... thx

---------- Post updated at 07:35 PM ---------- Previous update was at 07:32 PM ----------

Sure man !!! thx for the input ... :slight_smile: