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
siva nathan
948
828
232.8k
import excel data into mysql table using stored procedure
Oct 16 2020 2:33 AM
Hi All,
i have an Excel sheet with multiple columns need to import excel data into different tables using stored procedure
my excel column below for ur ref
Std Number
Std Name
Department
Activity
1001
kowsic
ECE
project,sports
1002
sankar
EEE
sports,research
i have an table in mysql side called Studentdata
studentdata table columns like below
column
datatype
stdnum
int
stdaname
varchar(100)
Department
int
Activity
nvarchar(max)
Department column refers department table Id
need to write a stored procedure and inset into this table from excel sheet
Reply
Answers (
2
)
Error - OCIEnvCreate failed with return code -1
How to Split comma seperated string and insert into table mysql workbe