Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Am I Using Query Correctly

forums forums SQLyog Using SQLyog Am I Using Query Correctly

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #10036
      gaspower
      Member

      I need to alter my table, and am I correct to insert the below command in the querry box and execute? My instructions tell me to Run mySQL Command by copying the code and execute?

      Thanks JR

      ALTER TABLE `products` ADD `products_cost` DECIMAL( 15, 4 ) DEFAULT '0.0000' NOT NULL AFTER `products_price`;

    • #22957
      TGKnIght
      Member

      Yes, make sure you have selected the correct database before executing.

    • #22958
      gaspower
      Member

      Hello,

      Thank you

Viewing 2 reply threads
  • You must be logged in to reply to this topic.