Home > database >  The mysql database using the insert insert random number
The mysql database using the insert insert random number

Time:09-16

Great god taught, small white one, suddenly thought of this ~

CodePudding user response:

Insert into table (column name) select floor (1 + rand () * 100); # inserting random number between 1 and 100
  • Related