I have a database in mysql with 1 table composed by 5 fields.
Two of these fields are FLOAT and generated by RAND function; now i want to change these values each x time, for example numeric values have to change every 0.01 s to simulate a financial market.
Is there a method to do this thing?
Thanks
I have a database in mysql with 1 table composed by 5 fields. Two
Share
If you still want to do it directly inside the database, that could help :
Schedule Tasks using Events on MySQL