Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Błędne zapytanie do bazy
Ciupaska
post
Post #1





Grupa: Zarejestrowani
Postów: 82
Pomógł: 0
Dołączył: 25.05.2009

Ostrzeżenie: (10%)
X----


Witam panów rolleyes.gif

Potrzebuję wykonać poniższe zapytanie do bazy, jednak phpMyAdmin zwraca błąd
Cytat
1. Table 'hityfilm_so1.ep_ip_polls' doesn't exist


Zapytanie.
  1. 1. CREATE TABLE ip_polls (
  2. 2. poll_id smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT,
  3. 3. poll_title varchar(200) NOT NULL DEFAULT '',
  4. 4. poll_opt_0 varchar(200) NOT NULL DEFAULT '',
  5. 5. poll_opt_1 varchar(200) NOT NULL DEFAULT '',
  6. 6. poll_opt_2 varchar(200) NOT NULL DEFAULT '',
  7. 7. poll_opt_3 varchar(200) NOT NULL DEFAULT '',
  8. 8. poll_opt_4 varchar(200) NOT NULL DEFAULT '',
  9. 9. poll_opt_5 varchar(200) NOT NULL DEFAULT '',
  10. 10. poll_opt_6 varchar(200) NOT NULL DEFAULT '',
  11. 11. poll_opt_7 varchar(200) NOT NULL DEFAULT '',
  12. 12. poll_opt_8 varchar(200) NOT NULL DEFAULT '',
  13. 13. poll_opt_9 varchar(200) NOT NULL DEFAULT '',
  14. 14. poll_votes_0 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  15. 15. poll_votes_1 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  16. 16. poll_votes_2 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  17. 17. poll_votes_3 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  18. 18. poll_votes_4 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  19. 19. poll_votes_5 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  20. 20. poll_votes_6 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  21. 21. poll_votes_7 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  22. 22. poll_votes_8 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  23. 23. poll_votes_9 smallint(5) UNSIGNED NOT NULL NULL DEFAULT '0',
  24. 24. poll_ips text NOT NULL DEFAULT '',
  25. 25. poll_started int(10) UNSIGNED NOT NULL DEFAULT '',
  26. 26. poll_ended int(10) UNSIGNED NOT NULL DEFAULT '0',
  27. 27. PRIMARY KEY (poll_id));


Co jest źle dostal.gif
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 4)
nospor
post
Post #2





Grupa: Moderatorzy
Postów: 36 557
Pomógł: 6315
Dołączył: 27.12.2004




jestes pewien ze to wlasnie na tym zapytaniu ci sie wywala? komunikat bledu mowi wyraźnie o czym innym


--------------------

"Myśl, myśl, myśl..." - Kubuś Puchatek || "Manual, manual, manual..." - Kubuś Programista
"Szukaj, szukaj, szukaj..." - Kubuś Odkrywca || "Debuguj, debuguj, debuguj..." - Kubuś Developer

Go to the top of the page
+Quote Post
Ciupaska
post
Post #3





Grupa: Zarejestrowani
Postów: 82
Pomógł: 0
Dołączył: 25.05.2009

Ostrzeżenie: (10%)
X----


Wstawię screen komunikatu, jaki wyskakuje po próbie wykonania zapytania w myAdmin.
Go to the top of the page
+Quote Post
pablo89pl
post
Post #4





Grupa: Zarejestrowani
Postów: 143
Pomógł: 19
Dołączył: 7.09.2009
Skąd: Rzeszów

Ostrzeżenie: (0%)
-----


jak masz poll_started int(10) UNSIGNED NOT NULL DEFAULT '',
to deafult jest '' a nie 0 smile.gif to jest iNT a nei string;]
Go to the top of the page
+Quote Post
Ciupaska
post
Post #5





Grupa: Zarejestrowani
Postów: 82
Pomógł: 0
Dołączył: 25.05.2009

Ostrzeżenie: (10%)
X----


Ahhh sciana.gif
Wielkie dzięki. Udało się. rolleyes.gif
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.08.2025 - 09:26