Dear All,
Can someone help me in finding tables/views names used in a table.. (i am working in Oracle SQL and tool i am using is Toad 8.6.1)
Regards, Amad.
User Profile
Collapse
-
Find Tables/Views used in a View.
-
Dear Both,
Thanks for your help, now it giving error on writer, as undefine..
Anyways I have simplified my requirement as below, kindly provide me python code ......
I have an HTML File (say myfile.html) having only 3 lines as shown below
Hello EverBody.
<!--FName##Adam|SNa me##John|PhoneN o##0987654321|G ender##Male|EMA IL##abbassalam@ yahoo.com-->
Good Bye
I want to write this... -
Thanks Glenton & bvdet,
@bvdet: i am getting error "ImportErro r: No module named BeautifulSoup" on executing the provided code.
Is it beacause of any missing plugin/utility.?
Please guide.Leave a comment:
-
Parse HTML file to EXCEL
Hello Everbody,
Hopefully you all are fine.
Question:
I have few html files (invoices) at a directory.
What i required is read html contents (customer name,bill_no,du es etc) and store them in a .csv file...
[i have attached file invoice.txt, plz open it in IE]
I have an already existing parser (attached parser.sh) which is working fine.
Please help me in converting my existing shell parser to... -
How to rename each column values with distinct prime number?
Hello Every body:
i want rename a table values in bulk as...each colum value(cell) is assing a unique value...
For example:
Table looks like
column1, column2,column3 ,column4
Milk,sugar,butt er,cheez
null,sugar,butt er,null
now when i run the procedure...
it will change my table values as
column1, column2,column3 ,column4
2,3,4,5
0,2,3,0...
No activity results to display
Show More
Leave a comment: