delete from TEST_TABLE where TEST_FIELD = :PARAM
MyQuery.Close; MyQuery.SQL.text:='delete from TEST_TABLE where TEST_FIELD = :PARAM'; MyQuery.ParamByName('PARAM').AsНужныйТип:='ЗНАЧЕНИЕ'; MyQuery.ExecSQL;