With above design, I am trying to avoid multiple where clause statement to be fired on table for fetching more than one condition match records.
Also, conditon are unrestricted on field vales of table2, so I do not have control on it other than incorporating condition in table itself.
Do you...
Hi,
I need to form an SQL query to fetch the values from table A where conditions are satisfied. These conditions are stored in Table A itself in a column called "condition"
Could some one please help to form the query on this?
My table structure is as given
Table1: documentList
Field1: ID...
Thanks Franco and Steve for prompt and useful reply!
Steve is right, I do mean approximate chunks so that word will not break also file size is more than 1 GB so can not store whole thing together in a buffer.
Let's have a real world example, I need to replace all "nuclear" with "atomic", here...
Hi,
I need to process 1 GB large text document which has no line break or separating character (i.e. all file content is in single line).
I tried using perl read buffer command but it breaks the last word, which I do not want to break because I am doing some addition processing for word...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.