G
Guest
One more issue I need resolved with my database.
I import a text file into a table; however, I need to extract only a portion
of the data.
I cannot run a query because the imported text file is actually a report
that is split into three sections. I need the second section so I'm
searching for particular text.
The sections are confirmed fraud, unconfirmed and no fraud. I need to write
some logic to find the unconfirmed text and select the rows through to the no
fraud section. There is only one occurrence of the text for each section.
Any suggestion?
I import a text file into a table; however, I need to extract only a portion
of the data.
I cannot run a query because the imported text file is actually a report
that is split into three sections. I need the second section so I'm
searching for particular text.
The sections are confirmed fraud, unconfirmed and no fraud. I need to write
some logic to find the unconfirmed text and select the rows through to the no
fraud section. There is only one occurrence of the text for each section.
Any suggestion?