Hi I want to delete all posts in a table exept the one where big_image has a value?
I have tryed allmost everything but its not working! This is tha last one:
sql3="delete from links where userId="& session("user_id") &"
and big_image NOT IN (select big_image
from links
where userId = "& session("user_id") &" and big_image="& bgbild &");"
I would really appriciate some help, thanks. Claes