ERROR 1054 (42S22): Unknown column 'table.column' in '? clause'

learn more… | top users | synonyms

0
votes
0answers
38 views

Mysql - Procedure - Error 1054 - Unknown column

Hello i have this procedure: BEGIN declare myvar int; SET @l_sql = CONCAT('set @result = (INSERT INTO ',p_table, '(Sensor) Values(123)'); PREPARE stmt1 FROM @l_sql; EXECUTE stmt1 ; DEALLOCATE PREPARE ...
0
votes
1answer
25 views

Using Prepared statement in Dynamic view

Here is my code Drop procedure if exists test// CREATE PROCEDURE test(IN woeid VARCHAR(15)) BEGIN SET @w1 := woeid; SET @sql = CONCAT('CREATE OR REPLACE VIEW temp AS ...
0
votes
1answer
26 views

Unknown column 'conversations_members' in 'where clause'

Hi I'm following a tutorial and struggling, as I'm up to a point where I've got the message: Unknown column 'conversations_members' in 'where clause' I've searched and looked and just cant work ...
3
votes
2answers
67 views

how to Check string present in database column? [closed]

I have document table with fields id, sender_id, receiver_id and receiver_id contains string value like U12,U13,U14 now I currently logged in user and I want to find all records in which receiver_id ...
-2
votes
3answers
62 views

SQL Error in WHERE clause [closed]

I have the tables Department: id, name Employee: id, departmentId, name, surname departmentId is a foreign key referencing Department(id) The Query: SELECT * FROM Employee WHERE ...
0
votes
2answers
74 views

Error 1054 on having clause with subquery joining with id grouped

got this query: select T.id_empresa, max(periodo) as ultimoPeriodo, ( select sum(monto) from cuotasindical.pagos where id_empresa = T.id_empresa and ...
0
votes
0answers
61 views

mysql error 1054 5

I'm getting this kind of error, while editing users what can i do? MySQL Error! The Error returned was: Unknown column 'admin_tagscloud' in 'field list' Error Number: 1054 here's ...
1
vote
3answers
43 views

Feature “as column” in my mysql where statement

I have a mysql query that subtracts amounts from several rows to show a new amount in a new column called "Balance". I would like it to only show those records where Balance > '0'. See below: ...
1
vote
1answer
75 views

Mysql Unknown column on existing column (only insert)

I have been researching this problem for quite some time but have not been able to find any helpful results. I have a table: CREATE TABLE `jobs` ( `jb_id` MEDIUMINT(7) UNSIGNED NOT NULL ...
1
vote
1answer
69 views

SQL derived table results in unknown column

+------------------+ +------------------+ | object | | example | +------------------+ +------------------+ | id | | id ...
1
vote
1answer
42 views

MySQL Query not executing during file retrieval

I'm using PHP to create a service to accept a file and then enter information into a MySQL database. I'm not generating any errors (at least not in the directory error_log). The file uploads fine, ...
0
votes
3answers
212 views

MySQL #1054 - Unknown column

I want to execute this SQL query: SELECT * FROM `wcf1_user` WHERE `lastActivityTime` < 1343642175 But I receive this error: #1054 - Unknown column '1343642175' in 'where clause' But this ...
2
votes
1answer
100 views

Unknown column in where clause in query without where clause

I have following table: CREATE TABLE `pckgs` ( `idPckg` int(11) NOT NULL AUTO_INCREMENT, `name` char(32) COLLATE utf8_polish_ci NOT NULL, `customCount` int(11) NOT NULL DEFAULT '0', `baseCustomCount` ...
0
votes
1answer
143 views

CakePHP find Queries with aliases SQLSTATE[42S22] Error

I'm having a weird problem with my relationships/aliases in CakePHP and now its preventing me from accessing my data correctly. I have: User hasMany CreatorModule (alias for Module) User HABTM ...
2
votes
1answer
365 views

MySQL ERROR 1054:UNKNOWN COLUMN 'amount' in field list

I want to create a trigger so that: if the AMOUNT field < 100 the AMOUNT field automatically inserts 100. If AMOUNT > 100 the entered value should be inserted in the AMOUNT field. Table: ...
2
votes
2answers
282 views

Trigger causing MySQL Error 1054 Unknown Column

I cannot seem to track down why MySQL is throwing an error when trying to update a column in a table given the following. The update query is: update jobitems set itemprice=itemprice/100; The ...
1
vote
1answer
72 views

mysql error 1054 column not being requested or exists

I have a table where I am attempting to update columns name, pw and accessed depending on there email. The query is : Update everyone set name="name", pw="pass", accessed=CURDATE() where ...
0
votes
2answers
195 views

python, mysql, inserting string into table, error 1054

I am having the problem OperationalError: (1054, "Unknown column 'Ellie' in 'field list'") With the code below, I'm trying to insert data from json into a my sql database. The problem happens ...
0
votes
2answers
654 views

Unknown column 'cg.name' in 'field list'

I am using opencart, just got this error when trying to view customers in admin. I know nothing about SQL but I think it is telling me that I need to put cg.name somewhere. Full error: ...
0
votes
2answers
825 views

#1054 - Unknown column

I am using MySQL 5.5 and phpmyadmin 3.5.2 (provided by http://www.freewebhostingarea.com) My sql query is: INSERT INTO `example`(`id`, `name`, `password`) VALUES (1,we,5) where id is int type, ...
0
votes
2answers
398 views

MySQL #1054 unknown column

When running the query below, I end up with a MYSQL error in PHPMyAdmin: #1054 - Unknown column 'wd.Datum' in 'having clause' This query belongs in a time reporting application, where users report ...
0
votes
1answer
93 views

Why does using an alias inside a “JOIN (SELECT)” statement result in an error?

I'm using MySQL 5.5.16 I have the following query, which works just fine all by itself. SELECT DISTINCT i.id, CASE WHEN e.date > '2012-10-16' THEN e.date ELSE '9999-99-99' END AS date, CASE ...
1
vote
1answer
159 views

error 1054. Unknown coloumn in Insert clause

i have this problem: if i write the following query: INSERT INTO prodotto (Barcode, InseritoDa, DataInserimento, UrlImage) VALUES ('vfr','ff','12-10-2012', 'vfr.jpg') I get this error ...
1
vote
2answers
47 views

PHP MySQL Column invalid

I have been trying for the past four days to get this working. It's just a simple logon page, where no sensitive information is stored, but I'm having problems with the PHP. if ...
2
votes
2answers
659 views

mysql: Unknown column in field list

I am creating a procedure where I'm supposed to look for the last date of an exam. So I created a local variable for this because I will need this date in other things as well. However, when I do a ...
0
votes
3answers
307 views

#1054 - Unknown column 'domain.com' in 'field list'

Ok, second question in two days... i am probably making a newb mistake here but i am stuck. trying to insert a domain name into a table under the "name" column. all of my variables echo out so i know ...
0
votes
0answers
478 views

MySQL: #1054 - Unknown column 'product_type' in 'field list', but there is no such column in the query

I am trying to execute the following insert query. INSERT INTO product_records( p_id, color, brand, product_line ) VALUES ( '8', 'test', 'test', 'test' ) but it says, MySQL: #1054 - Unknown ...
-3
votes
1answer
129 views

MySQL error 1054 (42S22) when using UPDATE

When using the MySQL command line interface, I enter the following command: UPDATE movies SET Title=Full WHERE ID=6; I get the following error: ERROR 1054 (42S22): Unknown column 'Full' in 'field ...
0
votes
1answer
44 views

What is the error in this query

Database: tennis table: matches columns: matchno(pk), won, lost ...etc Problem: Get the match number and the sets won and lost in each match where num of sets won is >= num of sets lost multiplied ...
2
votes
1answer
56 views

Migrated database to current version of MySQL, one table has a reserved word in it

I have this table which was migrated from an older version of mysql: > SHOW COLUMNS from tbl (output modified below for posting) watch_id | int(11) | NO | PRI | NULL user_id ...
0
votes
2answers
280 views

MySQL IFNULL, Alias and LEFT JOIN result an Unknown column error

This is my simplified query: SELECT `student`.`id`, `student`.`firstname`, `student`.`lastname`, IFNULL(`review`.`score`, '0') AS `adminreview_score`, `reviewcolor`.`color` AS adminreview_color FROM ...
0
votes
1answer
594 views

cakephp retrieve data into controller from another table

I'm using cakephp and I want that in my userController.php retrieve data from another table (ingredient_aliases). This is the model of ingredientAlias class IngredientAlias extends AppModel { ...
1
vote
4answers
1k views

MySQL “Unknown Column in On Clause”

I have the following MySQL query: SELECT posts.id, posts.name, LEFT(posts.content, 400), posts.author, posts.date, users.display_name, GROUP_CONCAT(tags.tag ORDER BY tag_linking.pid ASC ...
1
vote
4answers
91 views

SELECT foo AS bar not working

My code: SELECT pulpi_juegos.*, mapa.cat_id AS IDcategoria FROM pulpi_juegos INNER JOIN pulpi_categorias_mapa AS mapa ON pulpi_juegos.id=mapa.game_id WHERE pulpi_juegos.Estado != 1 AND ...
3
votes
3answers
236 views

Error 1054: Column doesn't exist… it does?

Below are my table structures and foreign keys: SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET ...
0
votes
1answer
62 views

Joining two tables with using value from left table

I am trying to write a query that joins another table, but in this case, I need to use the value from one of the columns in the left table in my subquery. In doing so, I receive an error stating that ...
1
vote
2answers
299 views

some error in WHERE clause

now I try this query in PhpMyAdmin to update wp_postmeta with value form wp_posts: UPDATE wp_postmeta SET meta_value = (SELECT DISTINCT id FROM wp_posts) WHERE EXISTS (select 1 from ...
1
vote
1answer
530 views

unknown column xxx in where clause using joins, group by and fulltext

What is wrong with my query? SELECT ... MATCH(results.keywords) AGAINST('".DB::e($_POST['s'])."' IN BOOLEAN MODE) AS aaa, SUM( MATCH(tags.keywords) AGAINST('".DB::e($_POST['s'])."' IN ...
0
votes
1answer
60 views

Unknown column 'modules.modules_id' in 'on clause'

here is the sql codes SELECT roles.role_id, usertype_module.role_id, usertype_module.viewable, usertype_module.editable, usertype_module.createable, modules.modules_id, usertype_module.modules_id, ...
0
votes
1answer
145 views

SQL triggers cause errors

Let's create a TestParent table which caches the total value of the num column in a TestChild table, and insert some rows. CREATE TABLE TestParent ( id INT NOT NULL PRIMARY KEY, total INT NOT NULL ...
0
votes
1answer
1k views

SQL array to string conversion error cakephp

I am facing this weird problem here with file upload. So when I upload the file everything goes fine. But when I don't select anyfile in upload and submit the form I get following error: Notice (8): ...
0
votes
3answers
67 views

A silly error from a MySQl query

I have the following query: SELECT rate AS theRate, currency AS curr FROM _currency WHERE country_code ='GBP' And I get the error #1054 - Unknown column 'currency' in 'field ...
1
vote
1answer
1k views

MYSQL: Error 1054 - Unknown Column

Before we start, I apologize for my MYSQL novice status. I'm trying to self-teach and struggling a bit with basic the basic structure. Background on my question: Consider a company that issues bills ...
1
vote
2answers
555 views

MySQL Error: 1054 Unkown column in 'where clause'

I am creating a view with the query shown below: create view v2 as (select * from appearance a where exists ( select p.id from photo p, photographer u, person s where p.takenBy = u.id and ...
1
vote
1answer
48 views

In MySQL how should I alter my syntax to add a 'WHERE' clause

Example: SELECT s.title, t.description, u1.value * s.cache_value as Cache, u2.value * s.drive_value as Drive, u3.value * s.error_value as Error, u3.value * s.error_value + u3.value * s.error_value as ...
2
votes
2answers
493 views

Correlated subquery mysql

so i have a table with products Product ID | Product Name ===========+=============== 1 | Tissues 2 | Glass I have a table with sales Sale ID | Product ID | Quantity | Price ...
0
votes
0answers
135 views

fighting INNER JOIN / UNKNOWN COLUMN when trying to avoid a repeated STORED FUNCTION CALL

SELECT A.Id, B.Id, lat_long_km(A.longitude,A.latitude,B.longitude,B.latitude) AS instance_distance_km FROM local_db.entity A INNER JOIN local_db.entity B ON A.Id < B.Id INNER JOIN ...
0
votes
0answers
122 views

once mysqli is active ,unknown column 1054 error

Once mysql is active, export/import related functions are not working for our software. Once mysqli defined for db, export/import starts to function, in that case,storefront starts to give "Unknown ...
0
votes
4answers
1k views

MySQL Unknown column in 'on clause'

My query looks like SELECT t2.id, t3.id, t3.sys_modified_date, t3.sys_created_date, t3.email, t3.enabled, t3.password, t3.passwordagain, t4.id, t4.sys_modified_date, t4.sys_created_date, ...
0
votes
1answer
967 views

“#1054 - Unknown column” error when alias is used with-in the query?

While using the following query, I get the error #1054 - Unknown column 'plus' in 'field list' when plus-minus is used. Otherwise, query runs fine. I guess there is something related to Aliases ...

1 2 3 4