Hello all!
Can someone help me figure this out, I am running a query and getting the error
#1054 - Unknown column '42' in 'where clause'
42 is not the column but the id, here is the query I am running, I checked it many times for errors and can't find what it is!
Code:UPDATE jml_fl_users SET `street`=`535 E 18th St`, `town`=`Flatbush - Ditmas Park`, `city`=`Kings`, `state`=`New York`, `country`=`United States`, `zipcode`=`11226`, `coordinates`=`40.63763458315378,-73.96082556740572`, `phone`=`4657345908`, `website`=`http://www.someurl.com`, `favoritebook`=`some book`, `aboutme`=`some details about me`, `birthdate`=`05-16-2012` WHERE `id` = `42`



Reply With Quote
Bookmarks