I tried to Convert the SQL command:
SELECT fname,lname FROM customer WHERE id > (SELECT max(id) FROM customer WHERE state = \'TX\');