View Single Post
  #6  
Old 11th April 2023, 03:37
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 205
Default
It's still gibberish.
Look at the following for instance...
[sql=mysql]
alter table `users` add `tickets` deciminal(8,2) not null default '2.0'; // default hack db sourcee is default '1.0';
[/sql=mysql]

So, what the fuck is a deciminal?
Reply With Quote