mysql - Version numbers in database? -


what version number in database , suppose if there multiple tables , in each tables records getting modified necessary have version number. under circumstances should use version numbers in database?

you want find out mysql version using below sql.

show variables "%version%"; 

thank you.


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -