New question

Question:

Date: 21-11-2021 18:52:35 (In Spanish)

me sale error en el analisis estatico en phpmyadmin[Unresolved]

Análisis estático:

Se encontraron 2 errores durante el análisis.

1.¡Se esperaba un nombre de símbolo! (near ")" at position 30)
2.Se esperaba la definición de al menos una columna. (near ")" at position 30)


consulta SQL: Copiar

CREATE TABLE `facturavirtual`();
Tags: Database - MySQL - PHP - Question Votes: 1 - Answers: 2 - Views: 7 Share on: Google Facebook Twitter LinkedIn Link
 

Answers:

  • Date: 28-11-2021 14:13:33 Debes aportar más información para que podamos ayudarte.
    ¿Cuál es el código que estas empleado?

    Un poco más de información vendría bien
      Votes: 1 - Link answer
     
  • Date: 21-06-2023 14:02:03 CREATE TABLE `facturavirtual` (
    `id` INT(11) NOT NULL AUTO_INCREMENT,
    `nombre` VARCHAR(100) NOT NULL,
    `monto` DECIMAL(10,2) NOT NULL,
    PRIMARY KEY (`id`)
    );
      Votes: 0 - Link answer
     
To actively participate in the community first must authenticate, enter the system.Sign In
 
frjcbbae garagebible.com