Re: Update result frid from stored procedure
Posted by:
S Scott
Date: June 25, 2020 11:16AM
CREATE DEFINER=`pizzaville`@`%` PROCEDURE `find_by_phone`(passphone varchar(100))
BEGIN
select * from users where phone=passphone order by modified DESC;
END
Subject
Views
Written By
Posted
1412
June 25, 2020 11:02AM
581
June 25, 2020 11:06AM
Re: Update result frid from stored procedure
577
June 25, 2020 11:16AM
573
June 25, 2020 11:24AM
598
June 25, 2020 12:18PM
651
June 25, 2020 12:31PM
656
June 25, 2020 12:37PM
658
June 25, 2020 12:50PM
725
June 25, 2020 11:33AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.