Hi just a quick question.
Say you have a field in a database named MyString. It has a value of 25082006121228.
How do you write a select statement that queries that field on only the first 8 characters.
For example:
SELECT * FROM `MyTable` WHERE MyString = 25082006
Thanks
Jon