Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: crixo
  • Content: Threads
  • Order by date
  1. crixo

    From postgreSql dump to MySql...

    How can convert a postgres sql dump script to a valid script for MySql?? I use pg_dump to generate a sql script and ai want convert this to load my db on mySql... Exist a tools that can make this??
  2. crixo

    How Procedure return a recordset

    Hi! Who can send me an expample of a postgres stored procedure that return a recordset.... I found this syntax: ---------------------------- CREATE FUNCTION reffunc2() RETURNS refcursor AS' DECLARE ref refcursor; BEGIN OPEN ref FOR SELECT * FROM t1; RETURN ref; END...

Part and Inventory Search

Back
Top