mysql-error-1064
ERROR 1064 (42000) : You have an error in your SQL syntax
I\'m running the following SQL: create table group(groupID varchar(15) primary key, group_name varchar(30),[详细]
2023-03-03 12:04 分类:问答MySQL query giving error 1064 - any ideas?
This query: UPDATE jos_content SET fulltext=\'\\r\\n<br /> \\" some other text\' WHERE id=3[详细]
2023-03-01 16:00 分类:问答Mysql query for using count on a view in php
I have a query: $result = mysql_query(\"CREATE VIEW temporary(IngList) AS ( SELECT DISTINCT (r1.Ingredient)[详细]
2023-02-27 04:21 分类:问答trouble with quotes and mysql insert into
I\'m having problems inserting a form $_POST variable to MySQL! I know it\'s a single quote problem but simply cannot resolve it.[详细]
2023-02-25 18:37 分类:问答SHOW TABLES statement with multiple LIKE values
mysql> SHOW TA开发者_JS百科BLES like \'cms\'; +-------------------------+ Tables_in_tianyan (cms) |[详细]
2023-02-23 01:59 分类:问答Using like pattern in mysql case statement with two different tables
I have a table with names (names).I have another that holds ids (user). I have a conditional construct - a case-when statement that is supposed to insert an id into the user table if a name in the nam[详细]
2023-02-20 23:37 分类:问答Stored procedure problem, runs on local but not on server
I am having a strange problem with MySQL Stored Procedure. I have written a simple stored procedure as follows:[详细]
2023-02-20 12:05 分类:问答Hibernate Mysql CommunicationsException MESSAGE: Communications link failure Last packet sent to the server was 47 ms ago
I am facing following error. Actually i am setting current date in one of my database table through my web app.Next i would like to enter other date\'s into to my table for thati tried to change the[详细]
2023-02-20 05:21 分类:问答sql update syntax
How do you do an update statement? I would like to update UserID with this string theUserid and I would like to update picturepath with fileuploadpaths(string) in the same table (Pictures)[详细]
2023-02-19 16:27 分类:问答mysqli - fatal error
i have a fatal error in my code, Fatal error: Call to a member function prepare() on a non-object in ... on line 28[详细]
2023-02-18 08:58 分类:问答