Delete query statement

Hello,

I get error with the following delete statement:

DELETE FROM keywords WHERE lft BETWEN 23 AND 24 AND website_id = 1

The error is: 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 ‘BETWEN 23 AND 24 AND website_id = 1’ at line 2

What am I doing wrong?

Thanks for help.

it is spelled BETWEEN, not BETWEN