Can't execute query

	SELECT *
	FROM tblState
	WHERE id = 
	ORDER BY rand()
	LIMIT 1
	

MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY rand() LIMIT 1' at line 4

This script cannot continue, terminating.