i have following entry in the database:
id summary
1 numbers of word 200 in the doc 0x123
2 [main] numbers of word 150 in the doc 0x678
3 numbers of word 678 in the doc 0x4536
4 this file has empty
5 not completed
6 numbers of word 86542 in the doc 0x6356
I want to retrieve the id from the database "Page" and table name "details" with respect to summary value. i want all the four id (1,2,3,6) with summary value "numbers of word <any_number> in the doc <any_number>
And manage with the spaces also...