I created a table that would auto_increment a column (RosterID). After a system crash and rebuild, the table (RosterID) went from numbering 6500 to 10000 . I tried Ratslingers fix
alter table “memberpersonalinfo” alter column “RosterID” restart with 6553 Where 6553 = number to restart with
And keep getting this error
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘restart with 6553 Where 6553 = number to restart with’ at line 1
Any Ideas??
Thanks
Bob