Jump to content
Fórum Script Brasil
  • 0

Sintaxe mysql


vini_loock

Question

Olá pessoal,

Estou criando uma classe em PHP para manipular DB MYSQL, mas eu nunca fiz nada alem de um simples CRUD, então não conheço tudo o que é possível fazer com o banco de dados.

Estou analisando as possíveis sintaxes para depois tratar com ereg para poder validar as queries.

Até agora o que eu consegui foi isso:

SELECT * FROM tabela SELECT (id, nome) FROM tabela UPDATE tabela

SET campo1 = campo1+1
SET campo1 = campo1-1
SET campo1 = 'campo1novo', campo2 = 'campo2novo'

DELETE FROM tabela INSERT INTO tabela
	(id, nome)
	(`id`, `data`)
	VALUES('', 'nome')
	VALUES(``, `nome`)

WHERE id = '1'
WHERE id = 1
WHERE id LIKE '%1%'
WHERE id = 1 AND nome = 'nome'
WHERE id = 1 OR nome = 'nome'
WHERE id = 1 AND nome LIKE' %nome%'
WHERE id = 1 OR nome LIKE' %nome%'

ORDER BY id ASC ORDER BY id DESC LIMIT 1, 1
LIMIT 1

Eu sei que existem muitas outras possibilidades com o mysql, portanto, peço a quem souber mais alguma para se possível postar aqui para mim.

Vlw

Vinicius

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...