Autonumber problem

Hello,

I am working with MySQL and facing one problem while working with a table. I have a column that has Autonumber by default and I am facing problem in
inserting a row into this table. Now please someone tell me that how can I
insert a row in a table when one column is autonumber.

Kindly help me. Thanking you.

Regards
Sachin Mohan


Comments

  • Hi,

    : I am working with MySQL and facing one problem while working with a
    : table. I have a column that has Autonumber by default and I am
    : facing problem in inserting a row into this table. Now please someone
    : tell me that how can I insert a row in a table when one column is
    : autonumber.
    You just don't specify the autonumber in the column (or value) list in the insert query. MySQL generates it automatically.

    Jonathan

    ###
    for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
    (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
    /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion