Hledání

SQL dotaz

  CREATE TABLE IF NOT EXISTS log_2024_04 (
  id MEDIUMINT UNSIGNED auto_increment,
  cas DATETIME,
  get TEXT,
  post TEXT,
  cookie TEXT,
  session TEXT,
  ip VARCHAR(255),
  ag VARCHAR(255),
  ref VARCHAR(255),
  PRIMARY KEY (id)
  ) COMMENT = 'Tabulka logu 04/2024';
  
nešlo provést.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'get TEXT, post TEXT, cookie TEXT, session TEXT, ip VARCHAR(255), ag VA' at line 4SQL dotaz

  INSERT INTO log_2024_04 (cas, get, post, cookie, session, ip, ag, ref)
  VALUES ('2024-04-25 11:35:53', 'a:3:{s:1:\"l\";s:2:\"cz\";s:1:\"a\";s:7:\"casopis\";s:1:\"s\";s:7:\"hledani\";}', 'a:0:{}', 'a:0:{}', 'a:0:{}', '3.144.104.29', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'http://www.teologicketexty.cz/casopis/hledani')
  
nešlo provést.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'get, post, cookie, session, ip, ag, ref) VALUES ('2024-04-25 11:35:53', 'a:3:{' at line 1

Zadejte prosím hledaný výraz.


Bookmark and Share
 
 
© Na zveřejněné texty se vztahují autorská práva.
© Design, redakční systém: Webdesignum 2004-2018
Licence Creative Commons
Teologické texty podléhají licenci Creative Commons.
|