I found a post which mentions "phpMyAdmin" as a visual tool for working with mysql. However, as is evidenced by the name, it needs php. Is there a similar tool which might use perl, or even java for this?
Thanks
Jean
I am currently using a perl generated html page to gather data and insert it into a mysql database. I want to know what I need to do to have any error messages generated by the database (ie, duplicate entry) output to the browser.
thank you in advance
Jean
I am trying to select values from one table and load them into another.
This is the code I have
mysql> insert into tblTemp2(abFirst, abLast, abID_temp) values(
-> select abFirst, abLast, concat(substring(abFirst, 1, 1), substring(abLast, 1, 1), abstractorID)from abstractor where...
Hi, I have been working on this isnert for a while, with several differant varieties of the same code with no result except error.
I have tried-insert into abstractor(abID) select (select (concat(substring(abstractor.abFirst, 1, 1), substring(abstractor.abLast, 1, 1), abstractor.abstractorID))...
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.