antiblock
cyber-gamers
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
× Dαяkαтн

[Duvida]Query Loja- Query Para Adicionar A Tabela Shop_Item

Question

Boas, gostaria de saber se está certo essa query para adicionar a tabela shop_item (loja):

 

INTO `shop_item` VALUES ('ID DA LOJA', 'ID DO ITEM', 'QUANTIDADE');

 

Share this post


Link to post
Share on other sites

2 answers to this question

antiblock
Elveron
  • 0

INSERT INTO player.shop_item VALUES ('ID DA LOJA', 'ID DO ITEM', 'QUANTIDADE');

 

(Desta forma podes correr a query através de outras databases como a account,common, etc)

Ou basta colocares o INSERT que falta e podes correr a query normalmente na mesma.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this