Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~1K People Reached
About Me

Gila

Playfull, sok tau, suka ngotot, cerewet

Favorite Tags
php x 2
c x 1

3 Posted Topics

Member Avatar for baruchM

> Is there a reason you use multi query for a single stored procedure call ? A single stored procedure could return multiple result [@baruchM](http://www.daniweb.com/members/727675/baruchM) Have you test your hosted stored procedure in MySQL client application like PhpMyAdmin, Adminer, Mysql Workbench, or other?

Member Avatar for pritaeas
0
273
Member Avatar for hunkadarsh

Many simple syntax error, seems like you're in your first 3 or 6 month of learn in programming... Keep the spirit :) Thank's to the IDE, all errors and warning can be solved in only few minutes.. But though no more errors and warnings message still i think you need …

Member Avatar for indraginanjar
0
979
Member Avatar for jino

I think you can get it done relatively easy by using [B]INSERT ... SELECT[/B]. This is the example found in MySQL Reference Manual: [CODE=MYSQL]INSERT INTO tbl_temp2 (fld_id) SELECT tbl_temp1.fld_order_id FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;[/CODE]

Member Avatar for indraginanjar
0
209

The End.