MySQL Vehicle DealerShip System
#1

How to change these all vehicles to "buyable" = 0 ?

So to put this non-dealershp vehicles: https://image.prntscr.com/image/RLCU...9evj49EphA.png
Reply
#2

Код:
UPDATE <table> SET <column> = <value>;
Example:

Код:
UPDATE <tablename> SET buyable = 0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)