Unknown column 'name_' in 'where clause'<hr/><strong>
			SELECT
				date as Date
			FROM
				table_news
			WHERE
				name_!=""
			ORDER BY
				date DESC
			LIMIT 1
		</strong>