Question
Sql Select Problem
I am building a blog and I'm trying to have a"Read More"
button to allow someone to write an article description, and place
a read more link wherever they want. The read more link will have
an id = systemreadmore. When the whole article gets inserted into a
database it is one block of html code in a memo field.
How can I do a select statement that gets everything before the id=systemreadmore link?
Something in theory like
Select * from articles
where left(articlebody, <a href="" id=systemreadmore>Read More</a> )
Any ideas?
How can I do a select statement that gets everything before the id=systemreadmore link?
Something in theory like
Select * from articles
where left(articlebody, <a href="" id=systemreadmore>Read More</a> )
Any ideas?
