phpmyadmin run mysql stored procedure but no output -


मैं नीचे एक बहुत ही साधारण संग्रहीत कार्यविधि लिखूंगा:

  ड्रॉप प्रक्रिया यदि सभी GetAllTours है; DELIMITER // निर्माण प्रक्रिया GetAllTours () शुरू से चुनें; पर्यटन से; END // DELIMITER;  

जब मैं

  का उपयोग करता हूं तो GetAllTours ();  

इस प्रक्रिया को चलाने के लिए SQL क्वेरी से, कोई आउटपुट नहीं है

लेकिन अगर मैं & gt; & gt; routines & gt; & gt; निष्पादित करें से चलूं, तो वही प्रक्रिया, वहाँ सफलतापूर्वक आउटपुट होगा।

क्या कोई मुझे बता सकता है एसक्यूएल क्वेरी से कैसे चलाना है और परिणाम प्राप्त करें?

आप इस क्वेरी का उपयोग कर सकते हैं: कॉल GetAllTours


Comments

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -

Editing Python Class in Shell and SQLAlchemy -