TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ms_ Dev
NA
236
92k
MySQL Stored procedure : Declare variables and insert
Dec 27 2017 1:07 AM
Hi,
I want to declare some variables statically and i want to insert it into tables.
I have following code:
declare
IN
Type
varchar
(30) =
'ABC'
,
IN
Zone
varchar
(30) =
'A1'
,
IN
Contact
varchar
(30)=
'9887766'
,
IN
Contact2
varchar
(30) =
'782763'
BEGIN
INSERT
INTO
agent
VALUES
(Type, Zone, Contact, Contact2)
END
I am not able to insert values into table..
Please refine this script so that i can execute and insert values to table via this.
Reply
Answers (
4
)
i want to learn about hadoop?
what is apache pig?