llumu 0 Posted May 8, 2015 Vreau sa copiex limba engleza in romana si primesc urmatoarea eroare: Unknown column 'id_lang' in 'where clause'SELECT * FROM `ps_erpip_feature_language` WHERE `id_lang` = 1 Nu prea stiu ce ar trebui sa-i fac. acum. Quote Share this post Link to post Share on other sites
lightsb 11 Posted May 8, 2015 Acea comanda este doar un select .. in vederea vizualizarii a ceea ce ai in tabela .. nu face update. SELECT * FROM ps_erpip_feature_language WHERE id_lang = '1' sau SELECT * FROM ps_erpip_feature_language limit 1 Quote Share this post Link to post Share on other sites